Skip to content

Commit 47cb638

Browse files
committed
reseting version number
1 parent 682cc0e commit 47cb638

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

source/util/Globals.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import themes.Theme;
88
class 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;

source/util/Logger.hx

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

0 commit comments

Comments
 (0)