Skip to content

Commit 49b2aac

Browse files
committed
VERSION 1.8.1
1 parent 56b0dcb commit 49b2aac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Assets/Scripts/Global/Global.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ public class Global : MonoBehaviour {
99

1010
private static bool isAlreadyInitialized;
1111

12-
public static string CurrentVersion = "1.8";
13-
public static int CurrentVersionInt = 101080000;
14-
public static int LatestVersionInt = 101080000;
12+
public static string CurrentVersion = "1.8.1";
13+
public static int CurrentVersionInt = 101080100;
14+
public static int LatestVersionInt = 101080100;
1515

1616
void Awake()
1717
{

ProjectSettings/ProjectSettings.asset

458 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)