Skip to content

Commit ba463fe

Browse files
committed
- update version
1 parent d88d345 commit ba463fe

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.1.0`
26+
for version `1.1.1`
2727
```csharp
28-
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising-unity.git#1.1.0",
28+
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising-unity.git#1.1.1",
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
Install `app-tracking-unity` and add define symbol `VIRTUESKY_TRACKING` if you need ad revenue tracking

package.json

+2-2
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.1.0",
5+
"version": "1.1.1",
66
"unity": "2021.3",
77
"category": "virtuesky",
88
"license": "MIT",
@@ -17,6 +17,6 @@
1717
"Advertising"
1818
],
1919
"dependencies": {
20-
"com.wolf-package.extensions": "https://github.com/wolf-package/extensions-unity.git#1.0.3"
20+
"com.wolf-package.extensions": "https://github.com/wolf-package/extensions-unity.git#1.0.4"
2121
}
2222
}

0 commit comments

Comments
 (0)