Skip to content

Commit

Permalink
Merge pull request #288 from plaid/zds_update_versions_for_release
Browse files Browse the repository at this point in the history
Update versions to 7.0.0-rc1
  • Loading branch information
zsweigart authored Dec 9, 2020
2 parents 564bd3f + 974cb43 commit 81f8a7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation "com.plaid.link:sdk-core:3.2.0"
implementation "com.plaid.link:sdk-core:3.2.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.jakewharton.rxrelay2:rxrelay:2.1.1"
}
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.0-snapshot12" />
android:value="7.0.0-rc1" />
</application>

</manifest>
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.0-snapshot12",
"version": "7.0.0-rc1",
"description": "React Native Plaid Link SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 81f8a7b

Please sign in to comment.