Skip to content

Commit

Permalink
Tag 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jul 6, 2015
1 parent 9a30d35 commit a24200e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PromiseKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.0.6;
CURRENT_PROJECT_VERSION = 2.1.0;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1786,7 +1786,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.0.6;
CURRENT_PROJECT_VERSION = 2.1.0;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
ENABLE_NS_ASSERTIONS = NO;
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ github "mxcl/PromiseKit" ~> 2.0

### Standalone Distributions

* [iOS 8 & OS X 10.9 Frameworks](https://github.com/mxcl/PromiseKit/releases/download/2.0.6/PromiseKit-2.0.6.zip) (Binaries)
* [iOS 8 & OS X 10.9 Frameworks](https://github.com/mxcl/PromiseKit/releases/download/2.1.0/PromiseKit-2.1.0.zip) (Binaries)

*Please note*, the preferred way to integrate PromiseKit is CocoaPods or Carthage.

Expand Down

0 comments on commit a24200e

Please sign in to comment.