From d201c7b9ef149b98d25580afc02cec0fe4e97769 Mon Sep 17 00:00:00 2001 From: cawfree Date: Thu, 29 Dec 2022 18:53:38 +0000 Subject: [PATCH] chore: release 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 901d2c9..a3d89bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-gomobile-ipfs", - "version": "0.1.0", + "version": "0.1.1", "description": "⚛️ 🌐 Access the Interplanetary File System (IPFS) from React Native without trusted third parties.", "main": "lib/commonjs/index", "module": "lib/module/index",