diff --git a/Module/ControlPanel/ConstantPackage.cs b/Module/ControlPanel/ConstantPackage.cs index 0b76bc4..553ca4d 100644 --- a/Module/ControlPanel/ConstantPackage.cs +++ b/Module/ControlPanel/ConstantPackage.cs @@ -2,7 +2,7 @@ { public class ConstantPackage { - public const string VersionUnityCommon = "1.2.5"; + public const string VersionUnityCommon = "1.2.6"; 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 7424865..74bb310 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.5` +for version `1.2.6` ```csharp -"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.2.5", +"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.2.6", ``` ## Includes modules diff --git a/package.json b/package.json index e629730..08483fe 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.5", + "version": "1.2.6", "unity": "2022.3", "category": "virtuesky", "license": "MIT",