From 2284bdff75aca6903b57b91c83b8ea450d657981 Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Sun, 14 Jan 2024 11:07:17 +0200 Subject: [PATCH] Version 1.5.0 --- url_gen/CHANGELOG.md | 3 +++ url_gen/README.md | 4 ++-- url_gen/lib/cloudinary.dart | 2 +- url_gen/pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/url_gen/CHANGELOG.md b/url_gen/CHANGELOG.md index b00b6991..315ac887 100644 --- a/url_gen/CHANGELOG.md +++ b/url_gen/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.5.0 +- Update analytics token + ## 1.4.4 - Secure `Platform` usage diff --git a/url_gen/README.md b/url_gen/README.md index 4534729e..7bd1e3f2 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.4.0 | > 1.0 | +| 1.5.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.4.0 + cloudinary_url_gen: ^1.5.0 ``` ## Usage diff --git a/url_gen/lib/cloudinary.dart b/url_gen/lib/cloudinary.dart index 021089c5..ed8958e0 100644 --- a/url_gen/lib/cloudinary.dart +++ b/url_gen/lib/cloudinary.dart @@ -6,7 +6,7 @@ import 'util/environment.dart'; import 'asset/cld_asset.dart'; -String sdkVersion = '1.4.4'; +String sdkVersion = '1.5.0'; class Cloudinary { late CloudinaryConfig config; diff --git a/url_gen/pubspec.yaml b/url_gen/pubspec.yaml index b5eb3074..54b739fb 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.4.4 +version: 1.5.0 homepage: https://www.cloudinary.com repository: https://github.com/cloudinary/cloudinary_dart