From 63a6cb91290634171936fe8cfe4a5f2f76a2e4f0 Mon Sep 17 00:00:00 2001 From: Tina Holly Date: Sun, 27 Dec 2020 13:12:31 -0800 Subject: [PATCH] chore: release 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c24aadd..780481d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-save-base-sixty-four", - "version": "0.1.2", + "version": "0.1.3", "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",