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":{