From 0cfd8ba665d9d40ef7e405d51445e65738e4dffe Mon Sep 17 00:00:00 2001 From: huyfei Date: Wed, 24 Jan 2024 15:23:27 +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/GuruCore/Runtime/GuruCore.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/GuruCore/Runtime/GuruCore.cs b/Runtime/GuruCore/Runtime/GuruCore.cs index 5f2dddf..dc83cdc 100644 --- a/Runtime/GuruCore/Runtime/GuruCore.cs +++ b/Runtime/GuruCore/Runtime/GuruCore.cs @@ -4,7 +4,7 @@ namespace Guru public class GuruCore { //**** GURU CORE VERSION ****// - public static readonly string Version = "2.0.3"; + public static readonly string Version = "2.1.1"; //**** GURU VERSION URL ****// public static readonly string VersionListUrl = $"{CONTENT_URL_MAIN_PREFIX}version.json"; // GuruCore Project Path diff --git a/package.json b/package.json index cb97648..e773a71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.guru.unity.sdk.core", "displayName": "Guru SDK Core", - "version": "1.0.4", + "version": "2.1.1", "description": "Guru SDK core for Unity developers", "unity": "2021.3", "author":{