From 538194ca64c5271dd8ba6b751cce10913f81685d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 31 Oct 2019 21:49:36 -0700 Subject: [PATCH] Bump versions for iOS and 5.1d apps. --- xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 2 +- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 79dd814a9..fb6d95e84 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it MARKETING_VERSION = 5.0 -CURRENT_PROJECT_VERSION = 3 +CURRENT_PROJECT_VERSION = 4 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 6ebf473bc..ea17077a6 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -1,6 +1,6 @@ // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 5.1d1 -CURRENT_PROJECT_VERSION = 3000 +MARKETING_VERSION = 5.1d2 +CURRENT_PROJECT_VERSION = 3002 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon