diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd5ea12746147ec12282a869b321ff8e85f5e35..8c36d42b87ead8276081f0ee464f74e396915fa8 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 b1f1b55b66c2e04822f7c71d4b03fd9278c8784d..ac5e57841865b8ea1ca45fbbbeefa9f2ff725682 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