From a8a732112fe6ef7e92d8565bd6462149848a77c4 Mon Sep 17 00:00:00 2001 From: Ely Deckers Date: Wed, 17 Feb 2021 09:31:45 +0100 Subject: [PATCH] chore: release 1.0.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 150f81fb..e4fabfeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-blob-courier", - "version": "1.0.11", + "version": "1.0.12", "description": "Use this library to efficiently download and upload blobs in React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",