diff --git a/README.md b/README.md index e738170..3012e78 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # react-native-iphone-x-helper -A library to help you design your react-native app for the iPhone X +A library to help you design your react-native app for the iPhone X, XS, XS Max & XR ## Installing ## `npm i react-native-iphone-x-helper --save` diff --git a/package.json b/package.json index 3a0f623..07eb381 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iphone-x-helper", - "version": "1.1.0", + "version": "1.2.0", "description": "A library to help you design your react-native app for the iPhone X", "main": "index.js", "types": "index.d.ts",