Skip to content

Commit

Permalink
Incremented navigation react native fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick committed Oct 14, 2024
1 parent 48448f6 commit 6e4045f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |spec|
spec.name = "navigation-react-native"
spec.version = "9.22.0"
spec.version = "9.22.1"
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.22.0-NavigationReactNative" }
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v9.22.1-NavigationReactNative" }
spec.source_files = "ios/**/*.{h,m,mm}"
spec.dependency "React-Core"
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
Expand Down
2 changes: 1 addition & 1 deletion build/npm/navigation-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "navigation-react-native",
"version": "9.22.0",
"version": "9.22.1",
"description": "React Native plugin for the Navigation router",
"main": "navigation.react.native.js",
"types": "navigation.react.native.d.ts",
Expand Down

0 comments on commit 6e4045f

Please sign in to comment.