From ce236a43ee4c2ed08d5c7374632e757c393be00b Mon Sep 17 00:00:00 2001 From: Ghenadie <118184705+GhenadieVP@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:28:36 +0100 Subject: [PATCH] 1.6.1 version bump (#1182) --- Aux/Config/Common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aux/Config/Common.xcconfig b/Aux/Config/Common.xcconfig index 1dda36fc3e..178b1abb3e 100644 --- a/Aux/Config/Common.xcconfig +++ b/Aux/Config/Common.xcconfig @@ -1,7 +1,7 @@ // MARK: - Custom flags /// Application version shared across all targets and flavours -APP_VERSION = 1.6.0 +APP_VERSION = 1.6.1 /// App Icon base name APP_ICON = AppIcon