diff --git a/build/npm/navigation-react-native/navigation-react-native.podspec b/build/npm/navigation-react-native/navigation-react-native.podspec index 989e950d6..a2bc5245b 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 = "6.0.0" + spec.version = "6.1.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 => "v6.0.0-NavigationReactNative" } + spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v6.1.0-NavigationReactNative" } spec.source_files = "ios/**/*.{h,m}" spec.dependency "React" end diff --git a/build/npm/navigation-react-native/package.json b/build/npm/navigation-react-native/package.json index 35f5cc953..a13f26e1d 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": "6.0.0", + "version": "6.1.0", "description": "React Native plugin for the Navigation router", "main": "navigation.react.native.js", "types": "navigation.react.native.d.ts",