From 28846b1583a28f2ca428e275e0c7ca7e63fe23e7 Mon Sep 17 00:00:00 2001 From: Woraphot Chokratanasombat Date: Thu, 11 Apr 2024 21:28:20 +0700 Subject: [PATCH] [Release] Change: Bump to v1.4.0 Feature: - React Native: Migrate to Turbo Modules with backward compatitbility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5de37012..4c8705d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-photo-manipulator", - "version": "1.3.2", + "version": "1.4.0", "description": "React Native Image Processing API to edit photo programmatically for Android and iOS.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",