diff options
| author | ilotterytea <iltsu@alright.party> | 2022-09-01 19:55:09 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-09-01 19:55:09 +0600 |
| commit | de41c28d8e075522d7ff7b8748bd2e779026c1b5 (patch) | |
| tree | 5951c61834d801fddc16f6a40eeab698e7c0ea10 /core | |
| parent | 8716c6213a483255e9edcc72ca139f79fc8ef4e2 (diff) | |
🚗 1.0.0 -> 1.0.1
Diffstat (limited to 'core')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |
