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 Apr 9, 2023
1 parent a778f42 commit 5b6eec6
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
Expand Up @@ -2,13 +2,13 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1

Pod::Spec.new do |spec|
spec.name = "navigation-react-native"
spec.version = "9.2.1"
spec.version = "9.2.2"
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.2.1-NavigationReactNative" }
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v9.2.2-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.2.1",
"version": "9.2.2",
"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 5b6eec6

Please sign in to comment.