feat: update db binary , update package version

3.3.1
xiaoyi 2021-10-25 17:11:04 +08:00
parent 46629192df
commit 93b77f5078
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# ChangeLog # ChangeLog
## 3.3.1
### Dependencies
- TapTap.Common v3.3.1
## 3.3.0 ## 3.3.0
### Optimization and fixed bugs ### Optimization and fixed bugs

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.3.1",
"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.3.1"
} }
} }