diff options
| author | ilotterytea <iltsu@alright.party> | 2022-09-04 03:12:10 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-09-04 03:12:10 +0600 |
| commit | 479af21d317d36d3423a2ab90ae2e21441cc2e72 (patch) | |
| tree | 6327ced645bc1ed6f127a35192bb6bddc9e3575a | |
| parent | 21a6a1188b45eece8f59bc1c0ffb5ee0bd8d048c (diff) | |
🚗 1.0 -> 1.1 (1.0.1 не будет)
| -rw-r--r-- | build.gradle | 2 | ||||
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonConstants.java | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 24fdd46..c2ff7d5 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { allprojects { apply plugin: "eclipse" - version = '1.0.1' + version = '1.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 2e73138..fc637df 100644 --- a/core/src/com/ilotterytea/maxoning/MaxonConstants.java +++ b/core/src/com/ilotterytea/maxoning/MaxonConstants.java @@ -4,7 +4,8 @@ import com.ilotterytea.maxoning.utils.OsUtils; public class MaxonConstants { public static final String GAME_NAME = "Maxon Petting Simulator"; - public static final String GAME_VERSION = "Alpha 1.0.1"; + public static final String GAME_VERSION = "Alpha 1.1"; + public static final String GAME_GHTAG = "alpha-1.1"; public static final String GAME_PUBLISHER = "iLotterytea"; public static final String GAME_MAIN_FOLDER = OsUtils.getUserDataDirectory(".Maxoning"); |
