feat: update doc and config
parent
ec25e6e821
commit
de8cbbaff5
|
@ -1,5 +1,13 @@
|
||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
## 3.3.0
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- TapTap.Login v3.3.0
|
||||||
|
- TapTap.Common v3.3.0
|
||||||
|
- LeanCloud.Realtime v
|
||||||
|
|
||||||
## 3.2.0
|
## 3.2.0
|
||||||
|
|
||||||
### New Feature
|
### New Feature
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -2,13 +2,12 @@
|
||||||
"name": "com.taptap.tds.bootstrap",
|
"name": "com.taptap.tds.bootstrap",
|
||||||
"displayName": "TapTap Bootstrap",
|
"displayName": "TapTap Bootstrap",
|
||||||
"description": "TapTap Develop Service",
|
"description": "TapTap Develop Service",
|
||||||
"version": "3.2.0",
|
"version": "3.3.0",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.2.0",
|
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.3.0",
|
||||||
"com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.2.0",
|
"com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.3.0",
|
||||||
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.9.5",
|
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.11"
|
||||||
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.5"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue