From 55fa9e0e51da24f9ec0fac5fffedaff0a04d2f77 Mon Sep 17 00:00:00 2001 From: Moustachauve <2206577+Moustachauve@users.noreply.github.com> Date: Tue, 5 May 2026 21:32:28 -0400 Subject: [PATCH 1/2] chore: bump app version to 7.0.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e9635045..b2f41924 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] # App version - Update these when releasing app-versionCode = "51" -app-versionName = "7.0.0" +app-versionName = "7.0.1" agp = "9.1.0" composeBom = "2026.03.01" From 533916987405f2029723d8be7b359054aae7300c Mon Sep 17 00:00:00 2001 From: Moustachauve <2206577+Moustachauve@users.noreply.github.com> Date: Tue, 5 May 2026 21:34:18 -0400 Subject: [PATCH 2/2] Update libs.versions.toml --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b2f41924..72d1a7c5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # App version - Update these when releasing -app-versionCode = "51" +app-versionCode = "52" app-versionName = "7.0.1" agp = "9.1.0"