Skip to content

Commit 02fe571

Browse files
committed
increased the version of the editor.
1 parent 61ed896 commit 02fe571

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

build-native.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project name="jMonkeyBuilder" default="do-deploy" basedir="native-build"
33
xmlns:fx="javafx:com.sun.javafx.tools.ant">
44

5-
<property name="editor.version" value="1.3.0"/>
5+
<property name="editor.version" value="1.3.1"/>
66
<property environment="env"/>
77

88
<condition property="gradle.executable" value="${basedir}/../gradlew.bat"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'idea'
1313
apply plugin: 'org.junit.platform.gradle.plugin'
1414

1515
group = 'com.spaceshift'
16-
version = '1.3.0'
16+
version = '1.3.1'
1717

1818
sourceCompatibility = 1.8
1919
targetCompatibility = 1.8

src/main/java/com/ss/editor/config/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class Config {
4242
* The editor's version.
4343
*/
4444
@NotNull
45-
public static final Version APP_VERSION = new Version("1.3.0");
45+
public static final Version APP_VERSION = new Version("1.3.1");
4646

4747
/**
4848
* The string version.

0 commit comments

Comments
 (0)