From 83750098f0937f85c975921a84fae9901d4dc4e4 Mon Sep 17 00:00:00 2001 From: KadeDev Date: Fri, 26 Mar 2021 11:16:04 -0700 Subject: [PATCH] Version stuff --- 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 769bda0..7309699 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 kadeEngineVer:String = "1.3"; + public static var kadeEngineVer:String = "1.3.1"; public static var gameVer:String = "0.2.7.1"; var magenta:FlxSprite; diff --git a/version.downloadMe b/version.downloadMe index a58941b..6261a05 100644 --- a/version.downloadMe +++ b/version.downloadMe @@ -1 +1 @@ -1.3 \ No newline at end of file +1.3.1 \ No newline at end of file