diff --git a/README.md b/README.md index 1064cc4..1bab942 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ A react-native module that can listen on orientation changing of device, get cur ### ChangeLog
ChangeLog details +v1.7.0 +1. Add: Add support for new iOS orientation API on newer OS versions +2. Fix: Fix reporting UI orientation upon unlock v1.6.0 1. Add: Add vs2022 support. Remove unnecessary reference diff --git a/package.json b/package.json index 82e9913..90ce493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation-locker", - "version": "1.6.0", + "version": "1.7.0", "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",