From aa4cdb5a6955f2b8313fd7d19322e19356bcf9e9 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Wed, 21 Oct 2020 11:04:42 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore:=20release=200.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e99d490..79024054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ios-modal", - "version": "0.1.7", + "version": "0.1.8", "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",