From 4a3a802d469bd799c9cadbdbfd647a482edf3127 Mon Sep 17 00:00:00 2001 From: osy <50960678+osy@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:44:20 -0500 Subject: [PATCH] project: bumped version --- Build.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.xcconfig b/Build.xcconfig index b6aabd3ae..b6a6e2c87 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.3.0 -CURRENT_PROJECT_VERSION = 82 +MARKETING_VERSION = 4.3.1 +CURRENT_PROJECT_VERSION = 83 // Codesigning settings defined optionally, see Documentation/iOSDevelopment.md #include? "CodeSigning.xcconfig"