From e0fbb2bc67370b26a4d5883c37522eb88c81f1c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Hau=C3=9Fmann?= Date: Fri, 23 Aug 2024 12:40:32 +0200 Subject: [PATCH] raised package version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7dffeb1..f02218e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lulububu/react-native-exif-modifier", - "version": "0.1.7", + "version": "0.1.8", "description": "Allows you to modify the exif data of an image and save it.", "main": "lib/commonjs/index", "module": "lib/module/index",