From 14830210d0b04da6e523cfe640ce56cd6d76c312 Mon Sep 17 00:00:00 2001 From: osy <50960678+osy@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:54:14 -0700 Subject: [PATCH] project: bumped version --- Build.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.xcconfig b/Build.xcconfig index 10c1e4bcc..fe77ae2f0 100644 --- a/Build.xcconfig +++ b/Build.xcconfig @@ -17,8 +17,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 4.4.0 -CURRENT_PROJECT_VERSION = 88 +MARKETING_VERSION = 4.4.1 +CURRENT_PROJECT_VERSION = 89 // Codesigning settings defined optionally, see Documentation/iOSDevelopment.md #include? "CodeSigning.xcconfig"