diff --git a/Module/ControlPanel/ConstantPackage.cs b/Module/ControlPanel/ConstantPackage.cs index 9618dd9..0b76bc4 100644 --- a/Module/ControlPanel/ConstantPackage.cs +++ b/Module/ControlPanel/ConstantPackage.cs @@ -2,7 +2,7 @@ { public class ConstantPackage { - public const string VersionUnityCommon = "1.2.4"; + public const string VersionUnityCommon = "1.2.5"; public const string PackageNameInAppPurchase = "com.unity.purchasing"; public const string MaxVersionInAppPurchase = "4.11.0"; public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json"; diff --git a/README.md b/README.md index afe28d1..7424865 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ ### 1: Download the repo and drop it into folder `Assets` ### 2: Add the line below to `Packages/manifest.json` -for version `1.2.4` +for version `1.2.5` ```csharp -"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.2.4", +"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.2.5", ``` ## Includes modules diff --git a/package.json b/package.json index 576c513..e629730 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.wolf-package.unity-common", "displayName": "UnityCommon", "description": "Core singleton for building Unity games ", - "version": "1.2.4", + "version": "1.2.5", "unity": "2022.3", "category": "virtuesky", "license": "MIT",