From d5a6f729d2eb54fe8a30cec81bf7408f265b33f3 Mon Sep 17 00:00:00 2001 From: Barry Deen Date: Mon, 4 May 2026 09:26:26 -0400 Subject: [PATCH] chore: bump version to 1.0.5 (79) --- 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 f02701b..c7afef1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = baseApplicationId minSdk = 26 targetSdk = 35 - versionCode = 78 - versionName = "1.0.4" + versionCode = 79 + versionName = "1.0.5" resValue("string", "app_name", "Wisp") ndk {