diff --git a/CHANGELOG.md b/CHANGELOG.md index 345d054..18e5699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ChangeLog +## 3.3.0 + +### Dependencies + +- TapTap.Login v3.3.0 +- TapTap.Common v3.3.0 +- LeanCloud.Realtime v + ## 3.2.0 ### New Feature diff --git a/Plugins/TapTap.Bootstrap.dll b/Plugins/TapTap.Bootstrap.dll index 21ecede..ae1db93 100644 Binary files a/Plugins/TapTap.Bootstrap.dll and b/Plugins/TapTap.Bootstrap.dll differ diff --git a/Plugins/TapTap.Bootstrap.pdb b/Plugins/TapTap.Bootstrap.pdb index e1ae530..b6036a9 100644 Binary files a/Plugins/TapTap.Bootstrap.pdb and b/Plugins/TapTap.Bootstrap.pdb differ diff --git a/package.json b/package.json index 54db404..328de82 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,12 @@ "name": "com.taptap.tds.bootstrap", "displayName": "TapTap Bootstrap", "description": "TapTap Develop Service", - "version": "3.2.0", + "version": "3.3.0", "unity": "2018.3", "license": "MIT", "dependencies": { - "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" + "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.3.0", + "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.11" } }