diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index ed72e41c04..334e11a6ce 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -282,7 +282,7 @@ PODS: - React-jsinspector (0.68.1) - React-logger (0.68.1): - glog - - react-native-keyboard-controller (1.0.0-alpha.0): + - react-native-keyboard-controller (1.0.0-alpha.1): - React-Core - react-native-safe-area-context (4.2.4): - RCT-Folly @@ -583,7 +583,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 4a4bae5671b064a2248a690cf75957669489d08c React-jsinspector: 218a2503198ff28a085f8e16622a8d8f507c8019 React-logger: f79dd3cc0f9b44f5611c6c7862badd891a862cf8 - react-native-keyboard-controller: ec0d3c325c2d3b6fe9c704cdb7b708bbcc3fe7b5 + react-native-keyboard-controller: 8322507b0c835a9062dc8290475bcb1d5d5333dd react-native-safe-area-context: f98b0b16d1546d208fc293b4661e3f81a895afd9 React-perflogger: 30ab8d6db10e175626069e742eead3ebe8f24fd5 React-RCTActionSheet: 4b45da334a175b24dabe75f856b98fed3dfd6201 diff --git a/package.json b/package.json index eabb319eeb..6ecd4bfa4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-keyboard-controller", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "description": "Platform agnostic keyboard manager", "main": "lib/commonjs/index", "module": "lib/module/index",