Skip to content

Commit

Permalink
Version changed to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Jan 14, 2017
1 parent 219fe40 commit 96de100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {

ext {
appName = "gdx-texturepacker"
version = '4.4.0'
version = '4.3.1'

gdxVersion = '1.9.4'
lmlVersion = '1.8.1.9.4'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
public class AppConstants {
public static final String PREF_NAME_COMMON = "common.xml";
public static final String PROJECT_FILE_EXT = "tpproj";
public static final Version version = new Version("4.4.0");
public static final Version version = new Version("4.3.1");
}

0 comments on commit 96de100

Please sign in to comment.