From 0776b0856aee2a74e4df4f90d2e43c6c4b917d1f Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 5 Feb 2021 19:58:10 -0600 Subject: [PATCH] Increment build and version numbers --- xcconfig/Zavala_target_common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/Zavala_target_common.xcconfig b/xcconfig/Zavala_target_common.xcconfig index 800148b2..ce6a4533 100644 --- a/xcconfig/Zavala_target_common.xcconfig +++ b/xcconfig/Zavala_target_common.xcconfig @@ -1,3 +1,3 @@ -MARKETING_VERSION = 0.12.0 -CURRENT_PROJECT_VERSION = 14 +MARKETING_VERSION = 0.13.0 +CURRENT_PROJECT_VERSION = 15 SWIFT_OBJC_BRIDGING_HEADER = SparklePlugin/BridgingHeader.h