Skip to content

Commit 8b5b908

Browse files
committed
Bump version to v0.6.0
1 parent f89626b commit 8b5b908

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tomorrowland
22

3-
[![Version](https://img.shields.io/badge/version-v0.5.1-blue.svg)](https://github.com/lilyball/Tomorrowland/releases/latest)
3+
[![Version](https://img.shields.io/badge/version-v0.6.0-blue.svg)](https://github.com/lilyball/Tomorrowland/releases/latest)
44
![Platforms](https://img.shields.io/badge/platforms-ios%20%7C%20macos%20%7C%20watchos%20%7C%20tvos-lightgrey.svg)
55
![Languages](https://img.shields.io/badge/languages-swift%20%7C%20objc-orange.svg)
66
![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
@@ -360,7 +360,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
360360

361361
## Version History
362362

363-
### Development
363+
### v0.6.0
364364

365365
- Make `DelayedPromise` conform to `Equatable` ([#37][]).
366366
- Add convenience functions for working with `Swift.Result` ([#39][]).

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.1</string>
18+
<string>0.6.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.1</string>
18+
<string>0.6.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

Tomorrowland.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Tomorrowland"
3-
s.version = "0.5.1"
3+
s.version = "0.6.0"
44
s.summary = "Lightweight Promises for Swift and Obj-C"
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)