From 065a93d0077d54710c03e9d738e4d3998615fe82 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 Jan 2023 15:08:40 +0000 Subject: [PATCH] PromiseKit 6.20.0 --- PromiseKit.podspec | 2 +- PromiseKit.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PromiseKit.podspec b/PromiseKit.podspec index 5484d9b69..5176cdffb 100644 --- a/PromiseKit.podspec +++ b/PromiseKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PromiseKit" - s.version = '6.19.0' + s.version = '6.20.0' s.source = { :git => "https://github.com/mxcl/#{s.name}.git", diff --git a/PromiseKit.xcodeproj/project.pbxproj b/PromiseKit.xcodeproj/project.pbxproj index 36a142d3a..2460d5cab 100644 --- a/PromiseKit.xcodeproj/project.pbxproj +++ b/PromiseKit.xcodeproj/project.pbxproj @@ -944,7 +944,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6.19.0; + CURRENT_PROJECT_VERSION = 6.20.0; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1006,7 +1006,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6.19.0; + CURRENT_PROJECT_VERSION = 6.20.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1;