Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Mar 25, 2024
1 parent facdd40 commit 9bd1363
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.0 / 2023-25-03
==================

* Fix upload for Android platform

0.2.0 / 2023-25-12
==================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
## Version Support
| SDK Version | React Native Version |
|-------------|----------------------|
| 0.2.0 | > 0.6 |
| 0.3.0 | > 0.6 |

## Installation
### Install using your favorite package manager (yarn, npm)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-react-native",
"version": "0.2.0",
"version": "0.3.0",
"description": "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 9bd1363

Please sign in to comment.