diff --git a/README.md b/README.md index 867cbe7..67c69c0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ A react-native module that can listen on orientation changing of device, get cur ### ChangeLog +v1.0.18 +1. update build.gradle for RN 0.57 +2. format some codes and readme + v1.0.17 1. fix podspec 2. fix "Calling UI code from background thread" error diff --git a/package.json b/package.json index 9802d17..381fbdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation-locker", - "version": "1.0.17", + "version": "1.0.18", "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",