From 1b7a46e505e9426a2f0bdfcae72d57a1aa785978 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 10 Sep 2019 20:32:15 -0700 Subject: [PATCH] Bump version to 5.0.1b1. --- xcconfig/NetNewsWire_target.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/NetNewsWire_target.xcconfig b/xcconfig/NetNewsWire_target.xcconfig index 397010614..c3d4b1175 100644 --- a/xcconfig/NetNewsWire_target.xcconfig +++ b/xcconfig/NetNewsWire_target.xcconfig @@ -29,8 +29,8 @@ PROVISIONING_PROFILE_SPECIFIER = #include? "../../SharedXcodeSettings/DeveloperSettings.xcconfig" // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 5.0.1d2 -CURRENT_PROJECT_VERSION = 2612 +MARKETING_VERSION = 5.0.1b1 +CURRENT_PROJECT_VERSION = 2613 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES COMBINE_HIDPI_IMAGES = YES