diff --git a/README.md b/README.md index b698b82..f894cc3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CustomTabsLauncher [![Android CI](https://github.com/droibit/CustomTabsLauncher/actions/workflows/android.yml/badge.svg)](https://github.com/droibit/CustomTabsLauncher/actions/workflows/android.yml) -[![Download](https://img.shields.io/maven-central/v/io.github.droibit/customtabslauncher/4.1.0)](https://central.sonatype.com/artifact/io.github.droibit/customtabslauncher/4.1.0) +[![Download](https://img.shields.io/maven-central/v/io.github.droibit/customtabslauncher/4.2.0)](https://central.sonatype.com/artifact/io.github.droibit/customtabslauncher/4.2.0) [![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/droibit/prefbinding/blob/develop/LICENSE) This library makes it easy to diff --git a/gradle.properties b/gradle.properties index b08194b..019cee2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ kotlin.code.style=official android.nonTransitiveRClass=true # Maven GROUP=io.github.droibit -VERSION_NAME=4.1.0 +VERSION_NAME=4.2.0 SONATYPE_HOST=CENTRAL_PORTAL SONATYPE_AUTOMATIC_RELEASE=true RELEASE_SIGNING_ENABLED=true