summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-09-01 19:55:09 +0600
committerilotterytea <iltsu@alright.party>2022-09-01 19:55:09 +0600
commitde41c28d8e075522d7ff7b8748bd2e779026c1b5 (patch)
tree5951c61834d801fddc16f6a40eeab698e7c0ea10
parent8716c6213a483255e9edcc72ca139f79fc8ef4e2 (diff)
🚗 1.0.0 -> 1.0.1
-rw-r--r--build.gradle2
-rw-r--r--core/src/com/ilotterytea/maxoning/MaxonConstants.java2
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";
}