From 99cc6a3320720b2db4dc4c4663337a975f3b48ad Mon Sep 17 00:00:00 2001 From: KadeDev Date: Fri, 9 Apr 2021 22:20:02 -0700 Subject: [PATCH] version crap --- source/MainMenuState.hx | 2 +- version.downloadMe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index 0351715..85294aa 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -36,7 +36,7 @@ class MainMenuState extends MusicBeatState var newGaming2:FlxText; var newInput:Bool = true; - public static var nightly:String = "-Nightly2"; + public static var nightly:String = ""; public static var kadeEngineVer:String = "1.4.1" + nightly; public static var gameVer:String = "0.2.7.1"; diff --git a/version.downloadMe b/version.downloadMe index 840ca8c..13175fd 100644 --- a/version.downloadMe +++ b/version.downloadMe @@ -1 +1 @@ -1.4 \ No newline at end of file +1.4.1 \ No newline at end of file