Skip to content

Commit

Permalink
VERSION BUMP`
Browse files Browse the repository at this point in the history
release coming shortly after this
  • Loading branch information
GamingInfinite committed Dec 22, 2021
1 parent 4f776bf commit 4e427f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MainMenuState extends MusicBeatState

public static var nightly:String = "";

public static var kadeEngineVer:String = "1.1.1" + nightly;
public static var kadeEngineVer:String = "1.1.2" + nightly;
public static var gameVer:String = "0.2.7.1";

var magenta:FlxSprite;
Expand Down
8 changes: 5 additions & 3 deletions version.downloadMe
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.1.1;
- Custom Difficulties
- Small Bug Fixes
1.1.2;
- Saves have been reworked
- Songs now play to completion
- optimized some code. exe is now marginally smaller.
- Did you know that most of the game's size comes from .ogg and .png files, something that I can't control?

0 comments on commit 4e427f7

Please sign in to comment.