From b4ad24e6c8f56e9e4a292a93ad609ea9eb089608 Mon Sep 17 00:00:00 2001 From: Ghenadie <118184705+GhenadieVP@users.noreply.github.com> Date: Wed, 27 Nov 2024 04:38:52 -0500 Subject: [PATCH] Bump version to 1.11.0 (#1399) --- 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 2396881cb2..6a48d0ac1b 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.10.1 +APP_VERSION = 1.11.0 /// App Icon base name APP_ICON = AppIcon