diff --git a/README.md b/README.md index 7b8f34c..cbecab2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ A react-native module that can listen on orientation changing of device, get cur
ChangeLog details +v1.1.8 +1. Support FACE-UP and FACE-DOWN on iOS + v1.1.7 1. Add lockToPortraitUpsideDown() to iOS 2. Minor case corrections diff --git a/package.json b/package.json index ce9dfa1..a19f68a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation-locker", - "version": "1.1.7", + "version": "1.1.8", "summary": "A react-native module that can listen on orientation changing of device", "description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.", "homepage": "https://github.com/wonday/react-native-orientation-locker",