From 407d2f149c7496ed61f6108574bf26d618887b75 Mon Sep 17 00:00:00 2001 From: Tina Holly Date: Sun, 27 Dec 2020 12:14:48 -0800 Subject: [PATCH] chore: release 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04b7dcd..9496a8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-save-base-sixty-four", - "version": "0.1.1", + "version": "0.1.2", "description": "Allows you to save a base64-encoded image to your Photos or share it via the native share sheet.", "main": "lib/commonjs/index", "module": "lib/module/index",