Skip to content

Commit 8f33476

Browse files
committed
- update version
1 parent b018128 commit 8f33476

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.8`
26+
for version `1.0.9`
2727
```csharp
28-
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising-unity.git#1.0.8",
28+
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising-unity.git#1.0.9",
2929
```
30-
dependency `extensions-unity-1.0.2`
30+
dependency `extensions-unity-1.0.3`
3131
```csharp
32-
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.2",
32+
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.3",
3333
```
3434

3535
Install `app-tracking-unity` and add define symbol `VIRTUESKY_TRACKING` if you need ad revenue tracking

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.wolf-package.advertising",
33
"displayName": "UnityCommon-ADS",
44
"description": "Support show ads for game unity",
5-
"version": "1.0.8",
5+
"version": "1.0.9",
66
"unity": "2021.3",
77
"category": "virtuesky",
88
"license": "MIT",

0 commit comments

Comments
 (0)