From 7fbd4a1e990d18f3bd440da91d5aa6ab0ed7c352 Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Tue, 4 Jan 2022 17:02:53 +0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e86bd79..080df7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.3.0-pre +- Support listening upload progress + # 3.2.0 - Fix response body utf-8 encoding [#14] diff --git a/pubspec.yaml b/pubspec.yaml index de4d2c9..e492e3c 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: 3.2.0 +version: 3.3.0-pre homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues -- GitLab