File tree Expand file tree Collapse file tree
src/main/java/com/ss/editor/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.9.12
1+ 1.0.0
Original file line number Diff line number Diff line change 22<project name =" jME SpaceShift Editor" default =" do-deploy" basedir =" native-build"
33 xmlns : fx =" javafx:com.sun.javafx.tools.ant" >
44
5- <property name =" editor.version" value =" 0.9.12 " />
5+ <property name =" editor.version" value =" 1.0.0 " />
66 <property environment =" env" />
77
88 <condition property =" gradle.executable" value =" ${env.GRADLE_HOME}/bin/gradle.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 = ' 0.9.13 '
16+ version = ' 1.0.0 '
1717
1818sourceCompatibility = 1.8
1919targetCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public abstract class Config {
3636 * The constant APP_VERSION.
3737 */
3838 @ NotNull
39- public static final Version APP_VERSION = new Version ("0.9.13 " );
39+ public static final Version APP_VERSION = new Version ("1.0.0 " );
4040
4141 /**
4242 * The constant STRING_VERSION.
You can’t perform that action at this time.
0 commit comments