From 0deae92829c808eaeef5f1639d50353d6bd0ea87 Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:18:05 -0700 Subject: [PATCH] Bump version to 0.5.2 so nightly builds have a higher SemVer version than stable --- Build.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.xcconfig b/Build.xcconfig index a069c5a0..8e9fd94e 100644 --- a/Build.xcconfig +++ b/Build.xcconfig @@ -1,8 +1,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 0.5.1 -CURRENT_PROJECT_VERSION = 5010 +MARKETING_VERSION = 0.5.2 +CURRENT_PROJECT_VERSION = 5020 // Vars to be overwritten by `CodeSigning.xcconfig` if exists DEVELOPMENT_TEAM = S32Z3HMYVQ