From 248f85dafe2a75eb4ad9b9f064e177dbfca28fd0 Mon Sep 17 00:00:00 2001 From: huyufei Date: Tue, 3 Sep 2024 20:31:44 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E6=9B=B4=E6=96=B0=20SDK=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=87=B3=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Code/SDK/GuruSDK.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/Code/SDK/GuruSDK.cs b/Runtime/Code/SDK/GuruSDK.cs index 597333b..7d8b33d 100644 --- a/Runtime/Code/SDK/GuruSDK.cs +++ b/Runtime/Code/SDK/GuruSDK.cs @@ -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.1"; // Const private const string Tag = "[Guru]"; diff --git a/package.json b/package.json index fb8333f..7d86c56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.guru.unity.sdk", "displayName": "Guru SDK", - "version": "1.1.0", + "version": "1.1.1", "description": "Guru SDK for unity project", "unity": "2020.3", "author":{