From a55ebdfee67a9f77dbb04bdeb1a84fa4ebd630ea Mon Sep 17 00:00:00 2001 From: Barry Deen Date: Mon, 4 May 2026 08:33:22 -0400 Subject: [PATCH] chore: bump version to 1.0.4 (78) --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 27281dc..f02701b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = baseApplicationId minSdk = 26 targetSdk = 35 - versionCode = 77 - versionName = "1.0.3" + versionCode = 78 + versionName = "1.0.4" resValue("string", "app_name", "Wisp") ndk {