File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
editor/src/main/java/com/kotcrab/vis/editor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allprojects {
2525 apply plugin : " nebula.provided-base"
2626 apply plugin : " nebula.optional-base"
2727
28- version = ' 0.3.4-SNAPSHOT '
28+ version = ' 0.3.4'
2929 ext {
3030 // Build Properties
3131 appName = ' vis'
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class App {
6060 public static final int PLUGIN_COMPATIBILITY_CODE = 4 ;
6161
6262 /** VisEditor version in text format: x.y.z, may be x.y.z-SNAPSHOT if this version is snapshot */
63- public static final String VERSION = "0.3.4-SNAPSHOT " ;
63+ public static final String VERSION = "0.3.4" ;
6464
6565 /** If true this version is snapshot */
6666 public static final boolean SNAPSHOT = VERSION .contains ("SNAPSHOT" );
You can’t perform that action at this time.
0 commit comments