From 64821b28fd81b55cab7fce78d760b4b52354b769 Mon Sep 17 00:00:00 2001 From: Sandrem Date: Sat, 25 Apr 2020 15:50:04 +0300 Subject: [PATCH] Version 1.0.1 --- Assets/Scripts/Global/Global.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Scripts/Global/Global.cs b/Assets/Scripts/Global/Global.cs index 3630c412f6..784965b7fd 100644 --- a/Assets/Scripts/Global/Global.cs +++ b/Assets/Scripts/Global/Global.cs @@ -10,9 +10,9 @@ public class Global : MonoBehaviour { private static bool isAlreadyInitialized; - public static string CurrentVersion = "1.0 Hotfix 1"; - public static int CurrentVersionInt = 101000100; - public static int LatestVersionInt = 101000100; + public static string CurrentVersion = "1.0.1"; + public static int CurrentVersionInt = 101000101; + public static int LatestVersionInt = 101000101; void Awake() {