Skip to content

Commit b3bb342

Browse files
committed
- update
-rename org
1 parent ba463fe commit b3bb342

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

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

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

26-
for version `1.1.1`
26+
for version `1.1.2`
2727
```csharp
28-
"com.wolf-package.advertising":"https://github.com/wolf-package/advertising-unity.git#1.1.1",
28+
"com.wolf-org.advertising":"https://github.com/wolf-org/advertising-unity.git#1.1.2",
2929
```
30-
dependency `extensions-unity-1.0.4`
30+
dependency `extensions-unity-1.0.5`
3131
```csharp
32-
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.4",
32+
"com.wolf-org.extensions":"https://github.com/wolf-org/extensions-unity.git#1.0.5",
3333
```
3434

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

4040
## Use

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "com.wolf-package.advertising",
2+
"name": "com.wolf-org.advertising",
33
"displayName": "UnityCommon-ADS",
44
"description": "Support show ads for game unity",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
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.4"
20+
"com.wolf-org.extensions": "https://github.com/wolf-org/extensions-unity.git#1.0.5"
2121
}
2222
}

0 commit comments

Comments
 (0)