From 612cf235151578449eb155f6d19422b28beee0d4 Mon Sep 17 00:00:00 2001 From: xiaoyi Date: Mon, 25 Oct 2021 17:11:04 +0800 Subject: [PATCH] feat: update db binary , update package version --- CHANGELOG.md | 12 +++++++++++- VERSIONNOTE.md | 6 +++++- package.json | 4 ++-- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f9415..bcb5f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # ChangeLog -## 3.3.0 +## 3.3.1 + +### Optimization and fixed bugs + +- 修复 TapDB 上报地址错误 + +### Dependencies + +- TapTap.Common v3.3.1 + +## 3.3.0 (废弃) ### Dependencies diff --git a/VERSIONNOTE.md b/VERSIONNOTE.md index 7bd6c40..b0ed943 100644 --- a/VERSIONNOTE.md +++ b/VERSIONNOTE.md @@ -1,3 +1,7 @@ +### Optimization and fixed bugs + +- 修复 TapDB 上报地址错误 + ### Dependencies -- TapTap.Common v3.3.0 \ No newline at end of file +- TapTap.Common v3.3.1 \ No newline at end of file diff --git a/package.json b/package.json index 82849c7..b09ba86 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "com.taptap.tds.tapdb", "displayName": "TapTap TapDB", "description": "TapTap Develop Service", - "version": "3.3.0", + "version": "3.3.1", "unity": "2018.3", "license": "MIT", "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" } } \ No newline at end of file