Skip to content

Commit

Permalink
Version changed to 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Dec 30, 2021
1 parent a7c0202 commit 287c01d
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 @@ -18,7 +18,7 @@ allprojects {

ext {
appName = "gdx-texturepacker"
version = '4.10.1'
version = '4.10.2'
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.Locale;

public class AppConstants {
public static final Version version = new Version("4.10.1");
public static final Version version = new Version("4.10.2");
public static final String APP_TITLE = "GDX Texture Packer";
public static final String EXTERNAL_DIR = ".gdxtexturepackergui";
public static final String MODULES_DIR = EXTERNAL_DIR + File.separator + "modules";
Expand Down

0 comments on commit 287c01d

Please sign in to comment.