From 6fcc08077124e9747f1ec7bd8bb78f5caffe5a79 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Jun 2024 09:35:21 +0000 Subject: [PATCH] PromiseKit 8.1.2 --- PromiseKit.podspec | 2 +- PromiseKit.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PromiseKit.podspec b/PromiseKit.podspec index a0c54aa20..af13d0b3e 100644 --- a/PromiseKit.podspec +++ b/PromiseKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "PromiseKit" - s.version = '8.1.1' + s.version = '8.1.2' s.source = { :git => "https://github.com/mxcl/#{s.name}.git", diff --git a/PromiseKit.xcodeproj/project.pbxproj b/PromiseKit.xcodeproj/project.pbxproj index 3869f1499..c9097ef1e 100644 --- a/PromiseKit.xcodeproj/project.pbxproj +++ b/PromiseKit.xcodeproj/project.pbxproj @@ -957,7 +957,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 8.1.1; + CURRENT_PROJECT_VERSION = 8.1.2; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -1020,7 +1020,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 8.1.1; + CURRENT_PROJECT_VERSION = 8.1.2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1;