Skip to content

Commit

Permalink
-update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
DucNV2000 committed May 21, 2024
1 parent 3c2a4ee commit c5177dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Module/ControlPanel/ConstantPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class ConstantPackage
{
public const string VersionUnityCommon = "1.0.5";
public const string VersionUnityCommon = "1.0.6";
public const string PackageNameInAppPurchase = "com.unity.purchasing";
public const string MaxVersionInAppPurchase = "4.11.0";
public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json";
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

### Add the line below to `Packages/manifest.json`

for version `1.0.5`
for version `1.0.6`
```csharp
"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.0.5",
"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.0.6",
```

## Includes modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.wolf-package.unity-common",
"displayName": "UnityCommon",
"description": "Core singleton for building Unity games ",
"version": "1.0.5",
"version": "1.0.6",
"unity": "2022.3",
"category": "virtuesky",
"license": "MIT",
Expand Down

0 comments on commit c5177dc

Please sign in to comment.