From 7538dd9a8c0cdd798a7d440f4a7a881ef9598833 Mon Sep 17 00:00:00 2001 From: osy <50960678+osy@users.noreply.github.com> Date: Sun, 27 Feb 2022 17:16:44 -0800 Subject: [PATCH] project: bumped version --- Build.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.xcconfig b/Build.xcconfig index 87e0ee61a..a53c570eb 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 = 3.1.1 -CURRENT_PROJECT_VERSION = 48 +MARKETING_VERSION = 3.1.2 +CURRENT_PROJECT_VERSION = 49 // Codesigning settings defined optionally, see Documentation/iOSDevelopment.md #include? "CodeSigning.xcconfig"