Skip to content

Commit

Permalink
Incremented nav react native minor
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick committed Jul 24, 2019
1 parent e2acc9d commit 5332bbb
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 = "5.3.1"
spec.version = "5.4.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 => "v5.3.1-NavigationReactNative" }
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v5.4.0-NavigationReactNative" }
spec.source_files = "ios/**/*.{h,m}"
spec.dependency "React"
end
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": "5.3.1",
"version": "5.4.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 5332bbb

Please sign in to comment.