feat: update db binary , update package version
parent
fb9df093bc
commit
4899e0c84b
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,12 +1,20 @@
|
||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
## 3.3.1
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- TapTap.Login v3.3.1
|
||||||
|
- TapTap.Common v3.3.1
|
||||||
|
- LeanCloud.Realtime v0.9.12
|
||||||
|
|
||||||
## 3.3.0
|
## 3.3.0
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- TapTap.Login v3.3.0
|
- TapTap.Login v3.3.0
|
||||||
- TapTap.Common v3.3.0
|
- TapTap.Common v3.3.0
|
||||||
- LeanCloud.Realtime v
|
- LeanCloud.Realtime v0.9.11
|
||||||
|
|
||||||
## 3.2.0
|
## 3.2.0
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
"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": "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",
|
||||||
"com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.3.0",
|
"com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.3.1",
|
||||||
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.11"
|
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue