feat(package): update package.json version

2.1.1
xiaoyi 2021-05-11 13:56:04 +08:00
parent 85f7be4fd1
commit 1de35c042d
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
"name": "com.taptap.tds.login",
"displayName": "TapTap Login",
"description": "TapTap Develop Service",
"version": "2.1.0",
"version": "2.1.1",
"unity": "2018.3",
"license": "MIT",
"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"
}
}