feat: update rangemode limit

xiaoyi 2021-11-09 11:31:33 +08:00
parent 46629192df
commit 3dc0508d92
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
"name": "com.taptap.tds.login", "name": "com.taptap.tds.login",
"displayName": "TapTap Login", "displayName": "TapTap Login",
"description": "TapTap Develop Service", "description": "TapTap Develop Service",
"version": "3.3.0", "version": "3.4.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.3.0" "com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.4.0"
} }
} }