-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed: VersionInfo.jar and increased the hardcoded version
- Loading branch information
David Bold
committed
May 13, 2018
1 parent
796849c
commit 9a8d4e1
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
26 changes: 13 additions & 13 deletions
26
src/main/java/org/visualdataweb/vowl/infoPanel/VersionInfo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
||
} |