From 96de1000f0ad95947e1454ed1c772d663ca28f1f Mon Sep 17 00:00:00 2001 From: Anton Chekulaev Date: Sat, 14 Jan 2017 08:25:00 +0700 Subject: [PATCH] Version changed to 4.3.1 --- build.gradle | 2 +- core/src/com/crashinvaders/texturepackergui/AppConstants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9fe46f45..94bf7967 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/core/src/com/crashinvaders/texturepackergui/AppConstants.java b/core/src/com/crashinvaders/texturepackergui/AppConstants.java index caef18be..e33ee485 100644 --- a/core/src/com/crashinvaders/texturepackergui/AppConstants.java +++ b/core/src/com/crashinvaders/texturepackergui/AppConstants.java @@ -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"); } \ No newline at end of file