update: 更新版本号

feature/Inventory 1.0.5
胡宇飞 2024-01-24 15:23:27 +08:00
parent 29478301a4
commit 0cfd8ba665
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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