Skip to content

Commit 3b4a718

Browse files
committed
- update version
1 parent a75636b commit 3b4a718

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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.1.2`
26+
for version `1.1.3`
2727
```csharp
28-
"com.wolf-org.advertising":"https://github.com/wolf-org/advertising-unity.git#1.1.2",
28+
"com.wolf-org.advertising":"https://github.com/wolf-org/advertising-unity.git#1.1.3",
2929
```
3030
dependency `extensions-unity-1.0.5`
3131
```csharp
@@ -34,7 +34,7 @@ dependency `extensions-unity-1.0.5`
3434

3535
Install `app-tracking-unity` and add define symbol `VIRTUESKY_TRACKING` if you need ad revenue tracking
3636
```csharp
37-
"com.wolf-org.tracking":"https://github.com/wolf-org/app-tracking-unity.git#1.0.2",
37+
"com.wolf-org.tracking":"https://github.com/wolf-org/app-tracking-unity.git#1.0.3",
3838
```
3939

4040
## Use

package.json

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

0 commit comments

Comments
 (0)