feat: update package.json , update native binary , update doc

xiaoyi 2021-08-31 11:45:31 +08:00
parent 53d6d9de00
commit ac598cbd0c
2 changed files with 17 additions and 5 deletions

View File

@ -1,5 +1,17 @@
# ChangeLog
## 3.2.0
### New Feature
- 支持云存档
### Dependencies
- TapTap.Login v3.2.0
- TapTap.Common v3.2.0
- LeanCloud.Storage v0.9.5
- LeanCloud.Realtime v0.9.5
## 3.1.0
### New Feature

View File

@ -2,13 +2,13 @@
"name": "com.taptap.tds.bootstrap",
"displayName": "TapTap Bootstrap",
"description": "TapTap Develop Service",
"version": "3.1.0",
"version": "3.2.0",
"unity": "2018.3",
"license": "MIT",
"dependencies": {
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.1.0",
"com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.1.0",
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.9.2",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.2"
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.2.0",
"com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.2.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.5"
}
}