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 --- build.gradle | 2 +- 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"; } -- cgit v1.2.3