From fdb8975e71a0714526d9350fd1cc7cb3def1104f Mon Sep 17 00:00:00 2001
From: Vadym Pinchuk <vad.pinchuk@gmail.com>
Date: Thu, 22 Oct 2020 17:31:14 +0300
Subject: [PATCH] Version raised to 0.1.9

---
 pubspec.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pubspec.yaml b/pubspec.yaml
index f9ac99c..eb3a85b 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.8
+version: 0.1.9
 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
-- 
GitLab