From 9a4d35f1cf3527373fcf829666221129c624aec9 Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Wed, 11 Oct 2023 14:05:20 +0300 Subject: [PATCH] Version 1.1.0 --- url_gen/CHANGELOG.md | 3 +++ url_gen/README.md | 4 ++-- url_gen/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/url_gen/CHANGELOG.md b/url_gen/CHANGELOG.md index 91d16ede..a7a9b27c 100644 --- a/url_gen/CHANGELOG.md +++ b/url_gen/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.0 +- Update analytics token + ## 1.0.0 - General Access diff --git a/url_gen/README.md b/url_gen/README.md index b8392a37..dd7fe6e9 100644 --- a/url_gen/README.md +++ b/url_gen/README.md @@ -25,14 +25,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi ## Version Support | SDK Version | Dart Version | |-------------|--------------| -| 1.0.0 | > 1.0 | +| 1.1.0 | > 1.0 | ## Installation To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/). ```yaml dependencies: - cloudinary_url_gen: ^1.0.0 + cloudinary_url_gen: ^1.1.0 ``` ## Usage diff --git a/url_gen/pubspec.yaml b/url_gen/pubspec.yaml index b118a791..a2a127fc 100644 --- a/url_gen/pubspec.yaml +++ b/url_gen/pubspec.yaml @@ -1,6 +1,6 @@ name: cloudinary_url_gen description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline -version: 1.0.0 +version: 1.1.0 homepage: https://www.cloudinary.com repository: https://github.com/cloudinary/cloudinary_dart