Skip to content

Commit

Permalink
update VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
wuliao2230 committed Dec 22, 2017
1 parent 2c81db1 commit 5a6fc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unity/Demos/Assets/DragonBones/Scripts/core/DragonBones.cs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public class DragonBones
public static bool yDown = true;
public static bool debug = false;
public static bool debugDraw = false;
public static readonly string VERSION = "5.6.1";
public static readonly string VERSION = "5.6.2";

private readonly WorldClock _clock = new WorldClock();
private readonly List<EventObject> _events = new List<EventObject>();
Expand Down

0 comments on commit 5a6fc5b

Please sign in to comment.