From f0d9d4e096ace90bb8c523da7f02a0ec8bda5ea8 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Fri, 16 Oct 2020 11:03:33 +0800 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 85d77740..379678e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ios-modal", - "version": "0.1.0", + "version": "0.1.1", "description": "A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.", "main": "lib/commonjs/index", "module": "lib/module/index",