From 5aed6641970e3f00739873e85478bcd85b27608f Mon Sep 17 00:00:00 2001 From: sds100 Date: Sun, 8 Dec 2024 17:10:19 +0100 Subject: [PATCH 1/2] chore: set version to 2.7.0 --- app/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/version.properties b/app/version.properties index 6723bba07c..afaa584e70 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,3 +1,3 @@ -VERSION_NAME=2.7.0-alpha +VERSION_NAME=2.7.0 VERSION_CODE=66 VERSION_NUM=0 \ No newline at end of file From 655b4da8d4da4dcc4f7b3a53ee0969a0389cbae9 Mon Sep 17 00:00:00 2001 From: sds100 Date: Sun, 8 Dec 2024 17:18:25 +0100 Subject: [PATCH 2/2] chore: bump version code for 2.7.0 to 67 --- app/version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/version.properties b/app/version.properties index afaa584e70..1601c40e10 100644 --- a/app/version.properties +++ b/app/version.properties @@ -1,3 +1,3 @@ VERSION_NAME=2.7.0 -VERSION_CODE=66 +VERSION_CODE=67 VERSION_NUM=0 \ No newline at end of file