Skip to content

Commit 601f400

Browse files
committed
- update version
1 parent b2530ee commit 601f400

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

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

26-
for version `1.0.9`
26+
for version `1.1.0`
2727
```csharp
28-
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising-unity.git#1.0.9",
28+
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising-unity.git#1.1.0",
2929
```
3030
dependency `extensions-unity-1.0.3`
3131
```csharp
@@ -49,7 +49,7 @@ Install `app-tracking-unity` and add define symbol `VIRTUESKY_TRACKING` if you n
4949
- Here, select `Ad Network` and enter the ad unit id you want to use, don't forget add `Define Symbol`.
5050

5151
- Add `Scripting Define Symbols` in `Project Settings` > `Player` > `Other Settings`
52-
- Applovin: `VIRTUESKY_ADS` and `VIRTUESKY_MAX`
52+
- Applovin: `VIRTUESKY_ADS` and `VIRTUESKY_APPLOVIN`
5353
- Admob: `VIRTUESKY_ADS` and `VIRTUESKY_ADMOB`
5454
- IronSource: `VIRTUESKY_ADS` and `VIRTUESKY_IRONSOURCE`
5555

package.json

Lines changed: 1 addition & 1 deletion
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.9",
5+
"version": "1.1.0",
66
"unity": "2021.3",
77
"category": "virtuesky",
88
"license": "MIT",

0 commit comments

Comments
 (0)