update: 升级版本号 -> 1.0.12.2

胡宇飞 2024-07-15 16:44:28 +08:00
parent 67000cbc63
commit 45f54dd7de
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ namespace Guru
public partial class GuruSDK: MonoBehaviour public partial class GuruSDK: MonoBehaviour
{ {
public const string Version = "1.0.12"; //SDK_VERSION public const string Version = "1.0.12.2"; //SDK_VERSION
public const string Tag = "[Guru]"; public const string Tag = "[Guru]";
public const string ServicesConfigKey = "guru_services"; public const string ServicesConfigKey = "guru_services";

View File

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