From 7fb487067da4a94b390d3c55ebd6613f65a75e8b Mon Sep 17 00:00:00 2001 From: Nicolas Godefroy Date: Mon, 10 Oct 2022 14:31:32 +0200 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 0272184..b539383 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": false, "license": "MIT", "description": "Iframe wrapper for React Native", - "version": "0.1.0", + "version": "0.1.1", "main": "lib/commonjs/index", "module": "lib/module/index", "react-native": "src/index",