From e359a103ca684db4b5c88e9b703343458ef95526 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Mon, 22 Jan 2018 13:35:44 +0900 Subject: [PATCH] 2.0.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9fc162..3d7194a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-status-bar-height", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 443ce47..daeff9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-status-bar-height", - "version": "1.0.1", + "version": "2.0.0", "description": "Get status bar height for React Native App", "main": "index.js", "scripts": {