Skip to content

Commit a7b6854

Browse files
committed
- update version
1 parent 6ec2b56 commit a7b6854

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323

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

26-
for version `1.0.3`
26+
for version `1.0.4`
2727
```csharp
28-
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.3",
28+
"com.wolf-package.in-app-purchasing":"https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.4",
2929
```
30-
dependency `extensions-unity-1.0.3`
30+
dependency `extensions-unity-1.0.4`
3131
```csharp
32-
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.3",
32+
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.4",
3333
```
3434

3535
## Use

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.wolf-package.in-app-purchasing",
33
"displayName": "UnityCommon-IAP",
44
"description": "Support for unity in-app-purchasing",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"unity": "2021.3",
77
"category": "virtuesky",
88
"license": "MIT",
@@ -19,6 +19,6 @@
1919
],
2020
"dependencies": {
2121
"com.unity.purchasing": "4.12.0",
22-
"com.wolf-package.extensions": "https://github.com/wolf-package/extensions-unity.git#1.0.3"
22+
"com.wolf-package.extensions": "https://github.com/wolf-package/extensions-unity.git#1.0.4"
2323
}
2424
}

0 commit comments

Comments
 (0)