From cea3a77ab10080550f723361cdaed647eb44909a Mon Sep 17 00:00:00 2001 From: Teccheck Date: Mon, 6 Jan 2025 12:21:11 +0100 Subject: [PATCH] chore: bump version to 0.6.0 (9) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e5d4649..94174e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "io.github.teccheck.fastlyrics" minSdk 22 targetSdk 35 - versionCode 8 - versionName "0.5.3" + versionCode 9 + versionName "0.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }