Skip to content

Commit

Permalink
Changed: VersionInfo.jar and increased the hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bold committed May 13, 2018
1 parent 796849c commit 9a8d4e1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/main/java/org/visualdataweb/vowl/infoPanel/VersionInfo.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package org.visualdataweb.vowl.infoPanel;

/**
* This class provides static Strings about the version of the current project.
*
* @author David Bold, Vincent Link, Eduard Marbach
* @version 1.0
*/
public class VersionInfo {
public static String VERSION_INFO = "Beta 0.1.3";
public static String HTTP_LINK = "http://vowl.visualdataweb.org";

}
package org.visualdataweb.vowl.infoPanel;

/**
* This class provides static Strings about the version of the current project.
*
* @author David Bold, Vincent Link, Eduard Marbach
* @version 1.0
*/
public class VersionInfo {
public static String VERSION_INFO = "Beta 0.1.4";
public static String HTTP_LINK = "http://vowl.visualdataweb.org";

}

0 comments on commit 9a8d4e1

Please sign in to comment.