From b9c542f002c5d2a16ff5615645d406f86ad4a671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Hau=C3=9Fmann?= Date: Thu, 22 Aug 2024 15:46:39 +0200 Subject: [PATCH] updated package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2feb9eb..fb57109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lulububu/react-native-exif-modifier", - "version": "0.1.2", + "version": "0.1.3", "description": "Allows you to modify the exif data of an image and save it.", "main": "lib/commonjs/index", "module": "lib/module/index",