Skip to content

Commit 45cc049

Browse files
Tag 3.1.0
Includes: • Swift 2.2 support • UIImagePickerController category improvements • Array overloads for `join` and `race` • Fix for an import issue when using Obj-C++
1 parent 861b178 commit 45cc049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PromiseKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@
20942094
CLANG_WARN_UNREACHABLE_CODE = YES;
20952095
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
20962096
COPY_PHASE_STRIP = NO;
2097-
CURRENT_PROJECT_VERSION = 3.0.3;
2097+
CURRENT_PROJECT_VERSION = 3.1.0;
20982098
DYLIB_COMPATIBILITY_VERSION = 1;
20992099
DYLIB_CURRENT_VERSION = 1;
21002100
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2149,7 +2149,7 @@
21492149
CLANG_WARN_UNREACHABLE_CODE = YES;
21502150
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21512151
COPY_PHASE_STRIP = NO;
2152-
CURRENT_PROJECT_VERSION = 3.0.3;
2152+
CURRENT_PROJECT_VERSION = 3.1.0;
21532153
DYLIB_COMPATIBILITY_VERSION = 1;
21542154
DYLIB_CURRENT_VERSION = 1;
21552155
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)