Skip to content

Commit 4655e90

Browse files
author
Chenguang Liu
committed
update version to 2.4.1
1 parent 448000f commit 4655e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dragonBones/core/DragonBones.as

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package dragonBones.core
33
public final class DragonBones
44
{
55
public static const DATA_VERSION:String = "2.3";
6-
public static const VERSION:String = "2.4";
7-
public static const VERSION_NUMBER:int = 2400;
6+
public static const VERSION:String = "2.4.1";
7+
public static const VERSION_NUMBER:int = 2410;
88

99
public function DragonBones()
1010
{

0 commit comments

Comments
 (0)