File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
### Add the line below to ` Packages/manifest.json `
25
25
26
- for version ` 1.0.2 `
26
+ for version ` 1.0.3 `
27
27
``` csharp
28
- " com.wolf-package.in-app-purchasing" : " https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.2 " ,
28
+ " com.wolf-package.in-app-purchasing" : " https://github.com/wolf-package/in-app-purchasing-unity.git#1.0.3 " ,
29
29
```
30
30
dependency ` extensions-unity-1.0.3 `
31
31
``` csharp
Original file line number Diff line number Diff line change 2
2
"name" : " com.wolf-package.in-app-purchasing" ,
3
3
"displayName" : " UnityCommon-IAP" ,
4
4
"description" : " Support for unity in-app-purchasing" ,
5
- "version" : " 1.0.2 " ,
5
+ "version" : " 1.0.3 " ,
6
6
"unity" : " 2021.3" ,
7
7
"category" : " virtuesky" ,
8
8
"license" : " MIT" ,
19
19
],
20
20
"dependencies" : {
21
21
"com.unity.purchasing" : " 4.12.0" ,
22
- "com.wolf-package.extensions" : " https://github.com/wolf-package/extensions-unity.git#1.0.1 "
22
+ "com.wolf-package.extensions" : " https://github.com/wolf-package/extensions-unity.git#1.0.3 "
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments