Skip to content

Commit 5bf7ed7

Browse files
committed
Bump to version 0.5.0
1 parent bb2d85e commit 5bf7ed7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cooldown.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@
924924
isa = XCBuildConfiguration;
925925
buildSettings = {
926926
ALWAYS_SEARCH_USER_PATHS = NO;
927-
BUILD_VERSION = 7;
927+
BUILD_VERSION = 8;
928928
CLANG_ANALYZER_NONNULL = YES;
929929
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
930930
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -972,7 +972,7 @@
972972
GCC_WARN_UNUSED_FUNCTION = YES;
973973
GCC_WARN_UNUSED_VARIABLE = YES;
974974
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
975-
MARKETING_VERSION = 0.4.0;
975+
MARKETING_VERSION = 0.5.0;
976976
MTL_ENABLE_DEBUG_INFO = YES;
977977
ONLY_ACTIVE_ARCH = YES;
978978
SDKROOT = iphoneos;
@@ -986,7 +986,7 @@
986986
isa = XCBuildConfiguration;
987987
buildSettings = {
988988
ALWAYS_SEARCH_USER_PATHS = NO;
989-
BUILD_VERSION = 7;
989+
BUILD_VERSION = 8;
990990
CLANG_ANALYZER_NONNULL = YES;
991991
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
992992
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -1028,7 +1028,7 @@
10281028
GCC_WARN_UNUSED_FUNCTION = YES;
10291029
GCC_WARN_UNUSED_VARIABLE = YES;
10301030
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
1031-
MARKETING_VERSION = 0.4.0;
1031+
MARKETING_VERSION = 0.5.0;
10321032
MTL_ENABLE_DEBUG_INFO = NO;
10331033
SDKROOT = iphoneos;
10341034
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Core/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>$(CURRENT_PROJECT_VERSION)</string>
20+
<string>$(BUILD_VERSION)</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

0 commit comments

Comments
 (0)