Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Oct 11, 2023
1 parent 031c195 commit 9a4d35f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions url_gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.0
- Update analytics token

## 1.0.0
- General Access

Expand Down
4 changes: 2 additions & 2 deletions url_gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion url_gen/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9a4d35f

Please sign in to comment.