From 45f54dd7dec46bc7fbe7c8579f59582f95eb99cd Mon Sep 17 00:00:00 2001 From: huyufei Date: Mon, 15 Jul 2024 16:44:28 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=20=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=20->=201.0.12.2?= 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 1930493..3632c9e 100644 --- a/Runtime/Code/SDK/GuruSDK.cs +++ b/Runtime/Code/SDK/GuruSDK.cs @@ -10,7 +10,7 @@ namespace Guru 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 ServicesConfigKey = "guru_services"; diff --git a/package.json b/package.json index 0fac57e..845aec1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.guru.unity.sdk", "displayName": "Guru SDK", - "version": "1.0.12", + "version": "1.0.12.2", "description": "Guru SDK for unity project", "unity": "2020.3", "author":{