Skip to content

Commit 9a8d4e1

Browse files
author
David Bold
committed
Changed: VersionInfo.jar and increased the hardcoded version
1 parent 796849c commit 9a8d4e1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
package org.visualdataweb.vowl.infoPanel;
2-
3-
/**
4-
* This class provides static Strings about the version of the current project.
5-
*
6-
* @author David Bold, Vincent Link, Eduard Marbach
7-
* @version 1.0
8-
*/
9-
public class VersionInfo {
10-
public static String VERSION_INFO = "Beta 0.1.3";
11-
public static String HTTP_LINK = "http://vowl.visualdataweb.org";
12-
13-
}
1+
package org.visualdataweb.vowl.infoPanel;
2+
3+
/**
4+
* This class provides static Strings about the version of the current project.
5+
*
6+
* @author David Bold, Vincent Link, Eduard Marbach
7+
* @version 1.0
8+
*/
9+
public class VersionInfo {
10+
public static String VERSION_INFO = "Beta 0.1.4";
11+
public static String HTTP_LINK = "http://vowl.visualdataweb.org";
12+
13+
}

0 commit comments

Comments
 (0)