Skip to content

Commit c6716cf

Browse files
committed
Incremented navigation react native fix version
1 parent b11e828 commit c6716cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/npm/navigation-react-native/navigation-react-native.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = "navigation-react-native"
3-
spec.version = "9.31.2"
3+
spec.version = "9.31.3"
44
spec.license = "Apache-2.0"
55
spec.summary = "React Native plugin for the Navigation router"
66
spec.homepage = "http://grahammendick.github.io/navigation/"
77
spec.platform = :ios, "9.0"
88
spec.author = "Graham Mendick"
9-
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v9.31.2-NavigationReactNative" }
9+
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v9.31.3-NavigationReactNative" }
1010
spec.source_files = "ios/**/*.{h,m,mm}"
1111
spec.dependency "React-Core"
1212
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

build/npm/navigation-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "navigation-react-native",
3-
"version": "9.31.2",
3+
"version": "9.31.3",
44
"description": "React Native plugin for the Navigation router",
55
"main": "navigation.react.native.js",
66
"types": "navigation.react.native.d.ts",

0 commit comments

Comments
 (0)