Skip to content

Commit

Permalink
- update
Browse files Browse the repository at this point in the history
- rename org
  • Loading branch information
DucNV2000 committed Aug 27, 2024
1 parent fb8c69d commit 651ec71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

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

for version `1.0.4`
for version `1.0.5`
```csharp
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.4",
"com.wolf-org.in-app-purchasing":"https://github.com/wolf-org/in-app-purchasing-unity.git#1.0.5",
```
dependency `extensions-unity-1.0.4`
dependency `extensions-unity-1.0.5`
```csharp
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.4",
"com.wolf-org.extensions":"https://github.com/wolf-org/extensions-unity.git#1.0.5",
```

## Use
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.wolf-package.in-app-purchasing",
"name": "com.wolf-org.in-app-purchasing",
"displayName": "UnityCommon-IAP",
"description": "Support for unity in-app-purchasing",
"version": "1.0.4",
"version": "1.0.5",
"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.4"
"com.wolf-org.extensions": "https://github.com/wolf-org/extensions-unity.git#1.0.5"
}
}

0 comments on commit 651ec71

Please sign in to comment.