Skip to content

Commit

Permalink
Merge pull request #218 from plaid/RN/updateTo6.0.2AndRequire2.0.3
Browse files Browse the repository at this point in the history
RN: Upgrade to 6.0.2 and require iOS 2.0.3
  • Loading branch information
amytang0 authored Oct 8, 2020
2 parents 10a30d9 + f207cab commit 1f77469
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": "react-native-plaid-link-sdk",
"version": "6.0.2-rc4",
"version": "6.0.2",
"description": "React Native Plaid Link SDK",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-plaid-link-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m}"

s.dependency 'React'
s.dependency 'Plaid', '~> 2.0.1'
s.dependency 'Plaid', '~> 2.0.3'
end

0 comments on commit 1f77469

Please sign in to comment.