Compare commits

...

3 Commits
main ... 1.1.3

Author SHA1 Message Date
胡宇飞 c8bc7985f1 update: SDK Version -> 1.1.3 2024-09-18 12:51:53 +08:00
胡宇飞 52565164ed update: Change Build Version -> 1.1.2 2024-09-12 17:27:10 +08:00
胡宇飞 248f85dafe update: 更新 SDK 版本至 1.1.1 2024-09-03 20:31:44 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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