diff --git a/README.md b/README.md
index 7eff6d4..d2b6812 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Tomorrowland
-[![Version](https://img.shields.io/badge/version-v0.5.1-blue.svg)](https://github.com/lilyball/Tomorrowland/releases/latest)
+[![Version](https://img.shields.io/badge/version-v0.6.0-blue.svg)](https://github.com/lilyball/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)
@@ -360,7 +360,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
## Version History
-### Development
+### v0.6.0
- Make `DelayedPromise` conform to `Equatable` ([#37][]).
- Add convenience functions for working with `Swift.Result` ([#39][]).
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 5319a57..19647a6 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.5.1
+ 0.6.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Tests/Info.plist b/Tests/Info.plist
index ae7cdb8..58e69c4 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.5.1
+ 0.6.0
CFBundleVersion
1
diff --git a/Tomorrowland.podspec b/Tomorrowland.podspec
index 4d54f1a..cf138a3 100644
--- a/Tomorrowland.podspec
+++ b/Tomorrowland.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Tomorrowland"
- s.version = "0.5.1"
+ s.version = "0.6.0"
s.summary = "Lightweight Promises for Swift and Obj-C"
s.description = <<-DESC