Skip to content

Commit

Permalink
upgraded native ios SDK to 1.7.11 & npm version to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KamranKhankhail committed Mar 27, 2020
1 parent 80f0659 commit 104a1ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passbase/react-native-passbase",
"version": "0.1.7",
"version": "0.1.8",
"description": "Official React-Native wrapper for Passbase SDK.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -66,5 +66,8 @@
"*.podspec",
"LICENSE"
],
"dependencies": {}
"dependencies": {},
"directories": {
"example": "example"
}
}
2 changes: 1 addition & 1 deletion react-native-passbase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

s.dependency 'React'
s.dependency 'Passbase', '1.7.10'
s.dependency 'Passbase', '1.7.11'
end

0 comments on commit 104a1ec

Please sign in to comment.