diff --git a/Module/ControlPanel/ConstantPackage.cs b/Module/ControlPanel/ConstantPackage.cs index 7b993af..d458a0a 100644 --- a/Module/ControlPanel/ConstantPackage.cs +++ b/Module/ControlPanel/ConstantPackage.cs @@ -2,7 +2,7 @@ { public class ConstantPackage { - public const string VersionUnityCommon = "1.2.1"; + public const string VersionUnityCommon = "1.2.2"; 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 af77c04..8d0e077 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.1` +for version `1.2.2` ```csharp -"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.2.1", +"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.2.2", ``` ## Includes modules diff --git a/package.json b/package.json index 0457472..cd3808c 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.1", + "version": "1.2.2", "unity": "2022.3", "category": "virtuesky", "license": "MIT",