Skip to content

Commit 0996aae

Browse files
committed
Increment version number to v2.56
That makes it official! :D
1 parent 40b281b commit 0996aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/flixel/FlxG.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ package org.flixel
3737
* Assign a minor version to your library.
3838
* Appears after the decimal in the console.
3939
*/
40-
static public var LIBRARY_MINOR_VERSION:uint = 55;
40+
static public var LIBRARY_MINOR_VERSION:uint = 56;
4141

4242
/**
4343
* Debugger overlay layout preset: Wide but low windows at the bottom of the screen.

0 commit comments

Comments
 (0)