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 /core/src | |
| parent | 21a6a1188b45eece8f59bc1c0ffb5ee0bd8d048c (diff) | |
🚗 1.0 -> 1.1 (1.0.1 не будет)
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonConstants.java | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |
