Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
piepie62 committed Jan 25, 2022
1 parent b280b93 commit 2394e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bezel/Bezel.as
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ package Bezel
// The loader also requires a parameterless constructor (AFAIK), so we also have a .bind method to bind our class to the game
public class Bezel extends MovieClip
{
public static const VERSION:String = "1.1.0";
public static const VERSION:String = "1.1.2";

// Game objects, populated by the MainLoader
private var _gameObjects:Object;
Expand Down

0 comments on commit 2394e88

Please sign in to comment.