Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed Feb 5, 2018
1 parent 25e33cd commit 388a928
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tomorrowland

[![Version](https://img.shields.io/badge/version-v0.2.0-blue.svg)](https://github.com/kballard/Tomorrowland/releases/latest)
[![Version](https://img.shields.io/badge/version-v0.3.0-blue.svg)](https://github.com/kballard/Tomorrowland/releases/latest)
![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos-lightgrey.svg)
![Languages](https://img.shields.io/badge/languages-swift%20%7C%20objc-orange.svg)
![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
Expand Down Expand Up @@ -51,13 +51,13 @@ You can add Tomorrowland to your workspace manually like any other project and a
### Carthage

```
github "kballard/Tomorrowland" ~> 0.2.0
github "kballard/Tomorrowland" ~> 0.3.0
```

### CocoaPods

```ruby
pod 'Tomorrowland', '~> 0.2.0'
pod 'Tomorrowland', '~> 0.3.0'
```

### SwiftPM
Expand Down Expand Up @@ -290,7 +290,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted

## Version History

### Development
### v0.3

- Add `Promise.requestCancelOnInvalidate(_:)` as a convenience for `token.requestCancelOnInvalidate(_:)`.
- Add `Promise.requestCancelOnDeinit(_:)` as a convenience for adding a token property to an object that invalites on deinit.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Tomorrowland.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Tomorrowland"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Lightweight Promises for Swift and Obj-C"

s.description = <<-DESC
Expand Down

0 comments on commit 388a928

Please sign in to comment.