Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
bumped version to 1.0.0-beta.4 just before upgrading to Swift 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomvis committed Apr 9, 2015
1 parent 2d0a49c commit af99fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BrightFutures.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrightFutures'
s.version = '1.0.0-beta.3'
s.version = '1.0.0-beta.4'
s.license = 'MIT'
s.summary = 'A simple Futures & Promises library for iOS and OS X written in Swift'
s.homepage = 'https://github.com/Thomvis/BrightFutures'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The goal of this project is to port Scala's Futures & Promises ([guide](http://d

The project is currently moving towards a 1.0 release. Issue [#12](https://github.com/Thomvis/BrightFutures/issues/12) has been created to track the progress towards that goal. Please feel free to provide feedback or file your requests! Until 1.0, the API could change significantly.

If you don't want to deal with frequent breaking changes, you are advised to use '[v1.0.0-beta.3](https://github.com/Thomvis/BrightFutures/releases/tag/1.0.0-beta.3)' for the time being.
If you don't want to deal with frequent breaking changes, you are advised to use '[v1.0.0-beta.4](https://github.com/Thomvis/BrightFutures/releases/tag/1.0.0-beta.4)' for the time being.

## Installation
CocoaPods 0.36.0 now supports Swift frameworks, thus allows you to add BrightFutures to your project:
Expand Down

0 comments on commit af99fc9

Please sign in to comment.