From bf79269a1b65b0fc724d54f268d9ed60ea3a643b Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Tue, 31 Mar 2020 08:30:01 +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 7bd5ea1..8c36d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + +- update dependency + ## 0.1.0+2 - try to fix table display diff --git a/pubspec.yaml b/pubspec.yaml index b1f1b55..ac5e578 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.0+2 +version: 0.1.1 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues -- GitLab