From 9bd1363a1c1119d2598eba71c022b6841dbc20c7 Mon Sep 17 00:00:00 2001 From: adimiz1 Date: Mon, 25 Mar 2024 12:17:05 +0200 Subject: [PATCH] Version 0.3.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fcb3f..55b1560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.3.0 / 2023-25-03 +================== + +* Fix upload for Android platform + 0.2.0 / 2023-25-12 ================== diff --git a/README.md b/README.md index 7827eac..077924b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 02d5212..dffdfda 100644 --- a/package.json +++ b/package.json @@ -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",