File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
src/main/java/org/visualdataweb/vowl/infoPanel Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
+ }
You can’t perform that action at this time.
0 commit comments