Skip to content

Commit

Permalink
Merge pull request #375 from plaid/pladaub-release-7.0.5
Browse files Browse the repository at this point in the history
Release 7.0.5
  • Loading branch information
amytang0 authored May 5, 2021
2 parents d633837 + e9069d3 commit 26baaea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<application>
<meta-data
android:name="com.plaid.link.react_native"
android:value="7.0.4" />
android:value="7.0.5" />
</application>

</manifest>
2 changes: 1 addition & 1 deletion ios/RNLinksdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ @implementation RNLinksdk
RCT_EXPORT_MODULE();

+ (NSString*)sdkVersion {
return @"7.0.4"; // SDK_VERSION
return @"7.0.5"; // SDK_VERSION
}

+ (NSString*)objCBridgeVersion {
Expand Down
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": "7.0.4",
"version": "7.0.5",
"description": "React Native Plaid Link SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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-Core'
s.dependency 'Plaid', '~> 2.1.1'
s.dependency 'Plaid', '~> 2.1.2'
end

0 comments on commit 26baaea

Please sign in to comment.