feat(package): update package.json version

xiaoyi 2021-05-11 13:56:04 +08:00
parent ab37ee83ce
commit 69e86bc94a
1 changed files with 2 additions and 2 deletions

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.0", "version": "2.1.1",
"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.0" "com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#2.1.1"
} }
} }