Skip to content

Commit

Permalink
VERSION1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Jan 19, 2021
1 parent ad279ca commit 845614d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Assets/Scripts/Global/Global.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System.Collections;
using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.Analytics;
using UnityEngine.SceneManagement;

Expand All @@ -11,9 +9,9 @@ public class Global : MonoBehaviour {

private static bool isAlreadyInitialized;

public static string CurrentVersion = "1.7.1";
public static int CurrentVersionInt = 101070100;
public static int LatestVersionInt = 101070100;
public static string CurrentVersion = "1.8";
public static int CurrentVersionInt = 101080000;
public static int LatestVersionInt = 101080000;

void Awake()
{
Expand Down

0 comments on commit 845614d

Please sign in to comment.