Skip to content

Commit

Permalink
upgraded native ios SDK to 1.7.11 & npm packge to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KamranKhankhail committed Mar 25, 2020
1 parent 2ee4211 commit 0766cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passbase/react-native-passbase",
"version": "0.1.5",
"version": "0.1.6",
"description": "Official React-Native wrapper for Passbase SDK.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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 0766cbc

Please sign in to comment.