From 206742701f91cb63a72e7b0d8b2970a18d09b14e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 28 Sep 2023 11:56:05 +0000 Subject: [PATCH] Increment 'versionCode' and 'releaseAutoIncrement' value in 'version.json'. --- app/version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/version.json b/app/version.json index 2eb55e9..cda7aae 100644 --- a/app/version.json +++ b/app/version.json @@ -4,6 +4,6 @@ "patch": 0, "__COMMENT1__": "Attention: Don't manipulate the 'versionCode' and 'releaseAutoIncrement' fields!", "__COMMENT2__": "'versionCode' is only for the Google Play Store, the 'releaseAutoIncrement' is our technical version number.", - "versionCode": 12, - "releaseAutoIncrement": 56 + "versionCode": 13, + "releaseAutoIncrement": 57 }