doc: update achievement doc

xiaoyi 2021-07-26 15:26:01 +08:00
parent 465199cb51
commit c286ddefa3
1 changed files with 5 additions and 4 deletions

View File

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