From 24ea2d3cd78ae5fac70d57a693f2b9ee91967bf8 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 26 Mar 2023 11:35:44 +0200 Subject: [PATCH] Bump version to v0.13.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 10cd85856..f16558e7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId 'com.github.libretube' minSdk 21 targetSdk 33 - versionCode 31 - versionName '0.13.0' + versionCode 32 + versionName '0.13.1' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue "string", "app_name", "LibreTube"