We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f642a23 commit c32ab91Copy full SHA for c32ab91
flixel/FlxG.hx
@@ -100,7 +100,7 @@ class FlxG
100
* The HaxeFlixel version, in semantic versioning syntax. Use `Std.string()`
101
* on it to get a `String` formatted like this: `"HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA"`.
102
*/
103
- public static final VERSION = new FlxVersion(6, 1, 1);
+ public static final VERSION = new FlxVersion(6, 1, 2);
104
105
/**
106
* Internal tracker for game object.
0 commit comments