diff --git a/CHANGELOG.md b/CHANGELOG.md index e3aec2ec341b9299f87ceee51d4823b0113ff691..148d355b12881a001f87d4e88c0b389f8e1577b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-pre +## 1.0.1-pre - Updated dependencies - Fixed Malformed XML error diff --git a/pubspec.yaml b/pubspec.yaml index 5866e1783443b0a44da4415e037ac66254800e60..8b128fe9c6c745530db7996c5b2011e5d7c322bd 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: 1.0.0-pre +version: 1.0.1-pre homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues @@ -12,7 +12,7 @@ dependencies: http: ^0.12.2 crypto: ^2.1.5 convert: ^2.1.1 - xml: ^4.2.0 + xml: ^4.5.1 buffer: ^1.0.7 intl: ^0.16.1 mime: ^0.9.7