From b2a58f8173310d399adb0c3711372ce5b13c5d72 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 5 Mar 2023 12:38:40 +0100 Subject: [PATCH] Bump version to v0.12.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5b56d505e..4a61039a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 33 - versionCode 29 - versionName '0.12.0' + versionCode 30 + versionName '0.12.1' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"