From f99584b54a0f03992a3808008bc7c20bf0d967de Mon Sep 17 00:00:00 2001 From: huyfei Date: Wed, 24 Jan 2024 15:21:21 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= 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 0554820..3ddd35b 100644 --- a/Runtime/Code/SDK/GuruSDK.cs +++ b/Runtime/Code/SDK/GuruSDK.cs @@ -8,7 +8,7 @@ namespace Guru public partial class GuruSDK: MonoBehaviour { - public const string Version = "1.0.4"; + public const string Version = "1.0.5"; public const string Tag = "[Guru]"; public const string ServicesConfigKey = "guru_services"; diff --git a/package.json b/package.json index 4b1e844..ea4857e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.guru.unity.sdk", "displayName": "Guru SDK", - "version": "1.0.4", + "version": "1.0.5", "description": "Guru SDK for unity project", "unity": "2020.3", "author":{