Skip to content

Commit

Permalink
raised version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed Apr 3, 2019
1 parent 4b6db7c commit a763146
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion starling/build/ant/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# basic properties
version = 2.5
version = 2.5.1
src.dir = ${basedir}/src
deploy.dir = ${basedir}/bin
doc.dir = ${basedir}/doc/html
Expand Down
2 changes: 1 addition & 1 deletion starling/build/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ant.FLASH_PLAYER_EXE = FLASH_PLAYER_EXE
//----------------------------------

// Set default properties
version = '2.5'
version = '2.5.1'
group = 'com.gamua'

// Get version from Jenkins CI
Expand Down
2 changes: 1 addition & 1 deletion starling/src/starling/core/Starling.as
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ package starling.core
public class Starling extends EventDispatcher
{
/** The version of the Starling framework. */
public static const VERSION:String = "2.5";
public static const VERSION:String = "2.5.1";

// members

Expand Down

0 comments on commit a763146

Please sign in to comment.