Skip to content

Commit 14d0b9d

Browse files
committed
Version 1.2.0
1 parent 4b07c55 commit 14d0b9d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](http
3333
```yaml
3434
dependencies:
3535
cloudinary_api: ^1.0.0
36-
cloudinary_url_gen: ^1.0.0
36+
cloudinary_url_gen: ^1.2.0
3737
```
3838
3939
## Usage

url_gen/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.0
2+
- Update analytics token
3+
14
## 1.1.0
25
- Update analytics token
36

url_gen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2525
## Version Support
2626
| SDK Version | Dart Version |
2727
|-------------|--------------|
28-
| 1.1.0 | > 1.0 |
28+
| 1.2.0 | > 1.0 |
2929

3030
## Installation
3131
To use this SDK, add cloudinary as a [dependency in your pubspec.yaml file](https://flutter.dev/platform-plugins/).
3232

3333
```yaml
3434
dependencies:
35-
cloudinary_url_gen: ^1.1.0
35+
cloudinary_url_gen: ^1.2.0
3636
```
3737
3838
## Usage

url_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloudinary_url_gen
22
description: Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline
3-
version: 1.1.0
3+
version: 1.2.0
44
homepage: https://www.cloudinary.com
55
repository: https://github.com/cloudinary/cloudinary_dart
66

0 commit comments

Comments
 (0)