From 21629f3d0337ffabac0ef991723a58ffd2cf9d2c Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Mon, 1 Jun 2020 15:47:04 +0800 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d94640..3abdb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.8 + +- Update dependency + ## 0.1.7 - Fix region issue, thanks @ivoryxiong diff --git a/pubspec.yaml b/pubspec.yaml index e1914f1..8f203b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minio description: Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server. -version: 0.1.7 +version: 0.1.8 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues -- GitLab