From 410c7164b231146f58f799a7d63e42946dd2f6b1 Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Tue, 4 Jan 2022 22:48:29 +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 06e5bc3..c138251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.3.2-pre +- Add tests + # 3.3.1-pre - Improve upload progress granularity - Fix broken test diff --git a/pubspec.yaml b/pubspec.yaml index 8ce391f..1334210 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.3.1-pre +version: 3.3.2-pre homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues -- GitLab