feat: update package.json , update native binary , update doc
parent
53d6d9de00
commit
ac598cbd0c
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# ChangeLog
|
# 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
|
## 3.1.0
|
||||||
|
|
||||||
### New Feature
|
### New Feature
|
||||||
|
|
10
package.json
10
package.json
|
@ -2,13 +2,13 @@
|
||||||
"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.1.0",
|
"version": "3.2.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.1.0",
|
"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.1.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.2",
|
"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.2"
|
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue