Skip to content

Commit

Permalink
- update version
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayWolf52 committed Jul 18, 2024
1 parent 0670b87 commit c50b4ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2`
for version `1.0.3`
```csharp
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.2",
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.3",
```
dependency `extensions-unity-1.0.3`
```csharp
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.wolf-package.in-app-purchasing",
"displayName": "UnityCommon-IAP",
"description": "Support for unity in-app-purchasing",
"version": "1.0.2",
"version": "1.0.3",
"unity": "2021.3",
"category": "virtuesky",
"license": "MIT",
Expand All @@ -19,6 +19,6 @@
],
"dependencies": {
"com.unity.purchasing": "4.12.0",
"com.wolf-package.extensions": "https://github.com/wolf-package/extensions-unity.git#1.0.1"
"com.wolf-package.extensions": "https://github.com/wolf-package/extensions-unity.git#1.0.3"
}
}

0 comments on commit c50b4ab

Please sign in to comment.