From f0ec5c054152f8f60d7cc8cb650ebc43d4cc83ad Mon Sep 17 00:00:00 2001 From: PierreCapo Date: Sat, 30 Dec 2023 00:29:11 +0100 Subject: [PATCH] chore: release 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a8e3be..e8634ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pictures", - "version": "0.3.1", + "version": "0.4.0", "description": "React Native Pictures is a comprehensive toolkit for handling images within your React Native application. Our goal is to provide a modern, efficient codebase using Swift and Kotlin, offering common solutions for image-related features in your React Native app.", "main": "lib/commonjs/index", "module": "lib/module/index",