diff --git a/README.md b/README.md
index c2bd4d8..086c1da 100644
--- a/README.md
+++ b/README.md
@@ -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)
@@ -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
@@ -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.
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 23d96cb..dccb7a2 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.2.0
+ 0.3.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Tests/Info.plist b/Tests/Info.plist
index b0aed4e..14f8bbd 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.2.0
+ 0.3.0
CFBundleVersion
1
diff --git a/Tomorrowland.podspec b/Tomorrowland.podspec
index 80ce45b..3960856 100644
--- a/Tomorrowland.podspec
+++ b/Tomorrowland.podspec
@@ -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