Skip to content

Commit

Permalink
Bumped version to 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Aug 14, 2020
1 parent 53b98ae commit c67a600
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demoapp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ PODS:
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsinspector (0.61.5)
- react-native-powerauth-mobile-sdk (1.4.9):
- react-native-powerauth-mobile-sdk (1.4.10):
- PowerAuth2 (= 1.4.2)
- React
- React-RCTActionSheet (0.61.5):
Expand Down Expand Up @@ -489,7 +489,7 @@ SPEC CHECKSUMS:
React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
react-native-powerauth-mobile-sdk: 5da4c8c87a19765d1e09117149e45a02df26908f
react-native-powerauth-mobile-sdk: c1aa9903f1ade3cc3493b3a9a3068c94decdbcf1
React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
Expand Down
4 changes: 2 additions & 2 deletions demoapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"copymodule": "npm r react-native-powerauth-mobile-sdk && pushd .. && npm pack && popd && npm i ../react-native-powerauth-mobile-sdk-1.4.9.tgz",
"copymodule": "npm r react-native-powerauth-mobile-sdk && pushd .. && npm pack && popd && npm i ../react-native-powerauth-mobile-sdk-1.4.10.tgz",
"web": "expo start --web"
},
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-gesture-handler": "~1.6.0",
"react-native-powerauth-mobile-sdk": "file:../react-native-powerauth-mobile-sdk-1.4.9.tgz",
"react-native-powerauth-mobile-sdk": "file:../react-native-powerauth-mobile-sdk-1.4.10.tgz",
"react-native-reanimated": "~1.7.0",
"react-native-screens": "~2.2.0",
"react-native-unimodules": "~0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-powerauth-mobile-sdk",
"title": "PowerAuth SDK for React Native Mobile Apps",
"version": "1.4.9",
"version": "1.4.10",
"description": "Wultra PowerAuth Mobile SDK React Native component for iOS and Android",
"main": "PowerAuth.js",
"files": [
Expand Down

0 comments on commit c67a600

Please sign in to comment.