diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index aa18cecd..7efdcf57 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1242,7 +1242,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-pager-view (6.6.0): + - react-native-pager-view (6.6.1): - DoubleConversion - glog - hermes-engine @@ -2090,7 +2090,7 @@ SPEC CHECKSUMS: React-logger: 26155dc23db5c9038794db915f80bd2044512c2e React-Mapbuffer: ad1ba0205205a16dbff11b8ade6d1b3959451658 React-microtasksnativemodule: e771eb9eb6ace5884ee40a293a0e14a9d7a4343c - react-native-pager-view: 7f8b1f81aee3c953ea25851553e88b69a7c0413d + react-native-pager-view: 9dbdfdc85d9409c054ee2581c6837c193fbadccc react-native-safe-area-context: 2500e4fe998caad50ad3bc51ec23ef951308569e React-nativeconfig: aeed6e2a8ac02b2df54476afcc7c663416c12bf7 React-NativeModulesApple: c5b7813da94136f50ef084fa1ac077332dcfc658 diff --git a/package.json b/package.json index 718f9e6f..2669f4ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pager-view", - "version": "6.6.0", + "version": "6.6.1", "description": "React Native wrapper for Android and iOS ViewPager", "main": "lib/commonjs/index", "module": "lib/module/index",