feat: update package.json and dll version

xiaoyi 2021-07-15 11:54:54 +08:00
parent c87e88b91d
commit d4a1db007e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,10 +2,10 @@
"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": "2.1.7", "version": "3.0.0",
"unity": "2018.3", "unity": "2018.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.7" "com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.0.0"
} }
} }