From e495e7edc5fb5a4c1265f5df28919f6aaa995022 Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Mon, 20 Jul 2026 23:45:38 +0900 Subject: [PATCH] Bump version to 4.2.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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