diff --git a/CHANGELOG.md b/CHANGELOG.md index 81584673..029baf4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # browser-switch-android Release Notes -## unreleased +## 2.3.1 * Fix issue that causes successful deep links to be parsed multiple times diff --git a/README.md b/README.md index 6b96eb64..f6df2244 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add the library to your dependencies in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments.api:browser-switch:2.3.0' + implementation 'com.braintreepayments.api:browser-switch:2.3.1' } ``` diff --git a/build.gradle b/build.gradle index 55d1eea3..698d6633 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ plugins { id 'io.codearte.nexus-staging' version '0.21.2' } -version '2.3.1-SNAPSHOT' +version '2.3.1' ext { compileSdkVersion = 31 minSdkVersion = 21