Skip to content

Commit

Permalink
Merge pull request #2 from mxcl/master
Browse files Browse the repository at this point in the history
Update master
  • Loading branch information
RomanPodymov authored Sep 30, 2023
2 parents d73ffad + cb70b07 commit d490037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PromiseKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "PromiseKit"

s.version = '8.1.0'
s.version = '8.1.1'

s.source = {
:git => "https://github.com/mxcl/#{s.name}.git",
Expand Down
4 changes: 2 additions & 2 deletions PromiseKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 8.1.0;
CURRENT_PROJECT_VERSION = 8.1.1;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -1008,7 +1008,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 8.1.0;
CURRENT_PROJECT_VERSION = 8.1.1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Guarantee.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public final class Guarantee<T>: Thenable {
}
}

final private class Box<T>: EmptyBox<T> {
final private class Box<U>: EmptyBox<U> {
deinit {
switch inspect() {
case .pending:
Expand Down

0 comments on commit d490037

Please sign in to comment.