From de41c28d8e075522d7ff7b8748bd2e779026c1b5 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 1 Sep 2022 19:55:09 +0600 Subject: 🚗 1.0.0 -> 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/com/ilotterytea/maxoning/MaxonConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/com/ilotterytea') 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"; } -- cgit v1.2.3