diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e376e..345d054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 96b8f74..54db404 100644 --- a/package.json +++ b/package.json @@ -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" } }