Skip to content

Commit fbccb01

Browse files
Tag 3.1.1
This version includes: • Temporary aliases to disambiguate `error` the property and function when Swift cannot be forced to do so. • Fix for edge cases when dismissing a promised view controller • Various minor fixes
1 parent 80e871e commit fbccb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PromiseKit.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@
20932093
CLANG_WARN_UNREACHABLE_CODE = YES;
20942094
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
20952095
COPY_PHASE_STRIP = NO;
2096-
CURRENT_PROJECT_VERSION = 3.1.0;
2096+
CURRENT_PROJECT_VERSION = 3.1.1;
20972097
DYLIB_COMPATIBILITY_VERSION = 1;
20982098
DYLIB_CURRENT_VERSION = 1;
20992099
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2148,7 +2148,7 @@
21482148
CLANG_WARN_UNREACHABLE_CODE = YES;
21492149
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21502150
COPY_PHASE_STRIP = NO;
2151-
CURRENT_PROJECT_VERSION = 3.1.0;
2151+
CURRENT_PROJECT_VERSION = 3.1.1;
21522152
DYLIB_COMPATIBILITY_VERSION = 1;
21532153
DYLIB_CURRENT_VERSION = 1;
21542154
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)