Skip to content

Commit 02491ec

Browse files
committed
Version 1.0.0
1 parent 8f5b595 commit 02491ec

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.0 / 2023-06-29
2+
==================
3+
4+
- General Access
5+
16
0.9.0 / 2023-04-02
27
==================
38

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2424
## Version Support
2525
| SDK Version | Flutter Version |
2626
|-------------|-----------------|
27-
| 0.9.0 | > 1.0 |
27+
| 1.0.0 | > 1.0 |
2828

2929
## Installation
3030
To use this SDK, add the Flutter and Dart Cloudinary libraries as [dependencies in your pubspec.yaml file](https://flutter.dev/platform-plugins/).
3131

3232
```yaml
3333
dependencies:
34-
cloudinary_flutter: ^0.9.0
35-
cloudinary_url_gen: ^0.9.0
34+
cloudinary_flutter: ^1.0.0
35+
cloudinary_url_gen: ^1.0.0
3636
```
3737
3838
## Usage

pubspec.yaml

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

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
cloudinary_url_gen: ^0.9.0
13+
cloudinary_url_gen: ^1.0.0
1414
cached_network_image: ^3.2.3
1515
flutter_cache_manager: ^3.3.0
1616

0 commit comments

Comments
 (0)