Skip to content

Commit

Permalink
- upgrading ios native library
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed May 30, 2018
1 parent d63809d commit b2ca300
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"test": "jest"
},
"dependencies": {
"react": "^16.3.0-alpha.1",
"react-native": "0.54.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-app-tour": "../"
},
"devDependencies": {
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"react-test-renderer": "^16.3.0-alpha.1"
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ target 'RNAppTour' do
# Pods for RNAppTour
use_frameworks!

pod 'MaterialShowcase', '0.5.1'
pod 'MaterialShowcase', '0.6.0'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-app-tour",
"version": "0.0.6",
"version": "0.0.7",
"description": "React Native: Native App Tour Library",
"repository": {
"type": "git",
Expand Down

0 comments on commit b2ca300

Please sign in to comment.