Skip to content

Commit

Permalink
Tag 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jun 27, 2015
1 parent de98ac2 commit 087b284
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 @@ -1732,7 +1732,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.0.5;
CURRENT_PROJECT_VERSION = 2.0.6;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1782,7 +1782,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.0.5;
CURRENT_PROJECT_VERSION = 2.0.6;
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.5/PromiseKit-2.0.5.zip) (Binaries)
* [iOS 8 & OS X 10.9 Frameworks](https://github.com/mxcl/PromiseKit/releases/download/2.0.6/PromiseKit-2.0.6.zip) (Binaries)

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

Expand Down

0 comments on commit 087b284

Please sign in to comment.