Compare commits

..

No commits in common. "1.1.2" and "main" have entirely different histories.
1.1.2 ... main

2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ namespace Guru
public partial class GuruSDK: MonoBehaviour public partial class GuruSDK: MonoBehaviour
{ {
// SDK_VERSION // SDK_VERSION
public const string Version = "1.1.2"; public const string Version = "1.1.0";
// Const // Const
private const string Tag = "[Guru]"; private const string Tag = "[Guru]";

View File

@ -1,7 +1,7 @@
{ {
"name": "com.guru.unity.sdk", "name": "com.guru.unity.sdk",
"displayName": "Guru SDK", "displayName": "Guru SDK",
"version": "1.1.2", "version": "1.1.0",
"description": "Guru SDK for unity project", "description": "Guru SDK for unity project",
"unity": "2020.3", "unity": "2020.3",
"author":{ "author":{