File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/com/ss/editor/config Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 1.3.0
1+ 1.3.1
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'idea'
1313apply plugin : ' org.junit.platform.gradle.plugin'
1414
1515group = ' com.spaceshift'
16- version = ' 1.3.0 '
16+ version = ' 1.3.1 '
1717
1818sourceCompatibility = 1.8
1919targetCompatibility = 1.8
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments