From c946b7561fbe11379a874e59faa2c5f8077ae0e1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 May 2022 17:13:58 +0000 Subject: [PATCH] PromiseKit 6.17.1 --- PromiseKit.podspec | 2 +- PromiseKit.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PromiseKit.podspec b/PromiseKit.podspec index 7dbf591f5..98a7a8d10 100644 --- a/PromiseKit.podspec +++ b/PromiseKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PromiseKit" - s.version = '6.17.0' + s.version = '6.17.1' s.source = { :git => "https://github.com/mxcl/#{s.name}.git", diff --git a/PromiseKit.xcodeproj/project.pbxproj b/PromiseKit.xcodeproj/project.pbxproj index 679688b5e..b13c27f1c 100644 --- a/PromiseKit.xcodeproj/project.pbxproj +++ b/PromiseKit.xcodeproj/project.pbxproj @@ -936,7 +936,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6.17.0; + CURRENT_PROJECT_VERSION = 6.17.1; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -998,7 +998,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 6.17.0; + CURRENT_PROJECT_VERSION = 6.17.1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1;