diff --git a/url_gen/CHANGELOG.md b/url_gen/CHANGELOG.md index b00b699..315ac88 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 4534729..7bd1e3f 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 021089c..ed8958e 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 b5eb307..54b739f 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