File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
build/npm/navigation-react-native Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = "navigation-react-native"
3
- spec . version = "9.31.2 "
3
+ spec . version = "9.31.3 "
4
4
spec . license = "Apache-2.0"
5
5
spec . summary = "React Native plugin for the Navigation router"
6
6
spec . homepage = "http://grahammendick.github.io/navigation/"
7
7
spec . platform = :ios , "9.0"
8
8
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" }
10
10
spec . source_files = "ios/**/*.{h,m,mm}"
11
11
spec . dependency "React-Core"
12
12
if ENV [ 'RCT_NEW_ARCH_ENABLED' ] == '1' then
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " navigation-react-native" ,
3
- "version" : " 9.31.2 " ,
3
+ "version" : " 9.31.3 " ,
4
4
"description" : " React Native plugin for the Navigation router" ,
5
5
"main" : " navigation.react.native.js" ,
6
6
"types" : " navigation.react.native.d.ts" ,
You can’t perform that action at this time.
0 commit comments