Skip to content

Commit 01101cc

Browse files
committed
- update
- rename org
1 parent cb8c469 commit 01101cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

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

25-
for version `1.0.1`
25+
for version `1.0.2`
2626
```csharp
27-
"com.wolf-package.remote-config":"https://github.com/wolf-package/remote-config-manager-unity.git#1.0.1",
27+
"com.wolf-org.remote-config":"https://github.com/wolf-org/remote-config-manager-unity.git#1.0.2",
2828
```
29-
dependency `extensions-unity-1.0.3`
29+
dependency `extensions-unity-1.0.5`
3030
```csharp
31-
"com.wolf-package.extensions":"https://github.com/wolf-package/extensions-unity.git#1.0.3",
31+
"com.wolf-org.extensions":"https://github.com/wolf-org/extensions-unity.git#1.0.5",
3232
```
3333
If you use [game-data-unity](https://github.com/wolf-package/game-data-unity), add the library below and define symbol `VIRTUESKY_DATA`
3434
```csharp

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "com.wolf-package.remote-config",
2+
"name": "com.wolf-org.remote-config",
33
"displayName": "UnityCommon-RemoteConfig",
44
"description": "Tool support use firebase remote config for game unity",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"unity": "2021.3",
77
"category": "virtuesky",
88
"author": {
@@ -16,6 +16,6 @@
1616
"RemoteConfig"
1717
],
1818
"dependencies": {
19-
"com.wolf-package.extensions": "https://github.com/wolf-package/extensions-unity.git#1.0.3"
19+
"com.wolf-org.extensions": "https://github.com/wolf-org/extensions-unity.git#1.0.5"
2020
}
2121
}

0 commit comments

Comments
 (0)