diff options
| -rw-r--r-- | build.gradle | 2 | ||||
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonConstants.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 4d6f5f7..24fdd46 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { allprojects { apply plugin: "eclipse" - version = '1.0' + version = '1.0.1' ext { appName = "Maxon Petting Simulator" gdxVersion = '1.11.0' diff --git a/core/src/com/ilotterytea/maxoning/MaxonConstants.java b/core/src/com/ilotterytea/maxoning/MaxonConstants.java index ad771e4..2d42d86 100644 --- a/core/src/com/ilotterytea/maxoning/MaxonConstants.java +++ b/core/src/com/ilotterytea/maxoning/MaxonConstants.java @@ -2,6 +2,6 @@ package com.ilotterytea.maxoning; public class MaxonConstants { public static final String GAME_NAME = "Maxon Petting Simulator"; - public static final String GAME_VERSION = "Alpha 1.0.0"; + public static final String GAME_VERSION = "Alpha 1.0.1"; public static final String GAME_PUBLISHER = "iLotterytea"; } |
