Skip to content

Commit

Permalink
Incremented navigation react native minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick committed Nov 10, 2023
1 parent a190192 commit 4f3db22
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.5.0"
spec.version = "9.6.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.5.0-NavigationReactNative" }
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v9.6.0-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.5.0",
"version": "9.6.0",
"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 4f3db22

Please sign in to comment.