diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c70566d..9e8fa06f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # browser-switch-android Release Notes -## unreleased +## 2.5.1 * Fix issue where URL scheme matching is case sensitive ## 2.5.0 diff --git a/README.md b/README.md index b9f9a1db..9352fc3f 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.5.0' + implementation 'com.braintreepayments.api:browser-switch:2.5.1' } ``` diff --git a/build.gradle b/build.gradle index 5a239ff1..3773f677 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ plugins { id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' } -version = '2.5.1-SNAPSHOT' +version = '2.5.1' group = "com.braintreepayments" ext { compileSdkVersion = 33 diff --git a/v2_MIGRATION.md b/v2_MIGRATION.md index 0b194344..7d795407 100644 --- a/v2_MIGRATION.md +++ b/v2_MIGRATION.md @@ -10,7 +10,7 @@ Add the library to your dependencies in your `build.gradle`: ```groovy dependencies { - implementation 'com.braintreepayments.api:browser-switch:2.5.0' + implementation 'com.braintreepayments.api:browser-switch:2.5.1' } ```