From 18a97b62a8b1905f4c85891da519e14d6ced8ab4 Mon Sep 17 00:00:00 2001 From: osy <50960678+osy@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:08:32 -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 f18b0d7d4..093e284d4 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.4 -CURRENT_PROJECT_VERSION = 86 +MARKETING_VERSION = 4.3.5 +CURRENT_PROJECT_VERSION = 87 // Codesigning settings defined optionally, see Documentation/iOSDevelopment.md #include? "CodeSigning.xcconfig"