Skip to content

Commit b8bd37d

Browse files
committed
Release VisEditor 0.3.4
1 parent a783011 commit b8bd37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

‎editor/src/main/java/com/kotcrab/vis/editor/App.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)