File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
44 xsi:schemaLocation=" http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/xsd/project-1.0.4.xsd" >
55
6- <app title =" STLGameLauncher" file =" STLGameLauncher" main =" Main" version =" 1.1 .0"
6+ <app title =" STLGameLauncher" file =" STLGameLauncher" main =" Main" version =" 1.0 .0"
77 company=" STLGameDev" package =" com.axolstudio.stlgamelauncher" />
88 <meta package =" com.axolstudio.stlgamelauncher" />
99
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import themes.Theme;
88class Globals
99{
1010 public static var APP_VERSION : Int = 1 ;
11- public static var APP_VERSION_STR : String = " 1.1 .0" ;
11+ public static var APP_VERSION_STR : String = " 1.0 .0" ;
1212
1313 public static var log : Logger ;
1414 public static var cfg : Config ;
Original file line number Diff line number Diff line change @@ -59,5 +59,5 @@ class Logger
5959 }
6060
6161 static inline function getBuildStamp (): String
62- return " 1.1 .0" ;
62+ return " 1.0 .0" ;
6363}
You can’t perform that action at this time.
0 commit comments