diff --git a/build/npm/navigation-react-native/navigation-react-native.podspec b/build/npm/navigation-react-native/navigation-react-native.podspec index 2caca3cf1..85a29fcab 100644 --- a/build/npm/navigation-react-native/navigation-react-native.podspec +++ b/build/npm/navigation-react-native/navigation-react-native.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |spec| spec.name = "navigation-react-native" - spec.version = "9.21.2" + spec.version = "9.22.0" spec.license = "Apache-2.0" spec.summary = "React Native plugin for the Navigation router" spec.homepage = "http://grahammendick.github.io/navigation/" spec.platform = :ios, "9.0" spec.author = "Graham Mendick" - spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v9.21.2-NavigationReactNative" } + spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v9.22.0-NavigationReactNative" } spec.source_files = "ios/**/*.{h,m,mm}" spec.dependency "React-Core" if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then diff --git a/build/npm/navigation-react-native/package.json b/build/npm/navigation-react-native/package.json index 8adafe237..0b8773576 100644 --- a/build/npm/navigation-react-native/package.json +++ b/build/npm/navigation-react-native/package.json @@ -1,6 +1,6 @@ { "name": "navigation-react-native", - "version": "9.21.2", + "version": "9.22.0", "description": "React Native plugin for the Navigation router", "main": "navigation.react.native.js", "types": "navigation.react.native.d.ts",