Skip to content

Commit dc97e80

Browse files
committed
release; 0.9.0
Closes #72
1 parent 6d8bad8 commit dc97e80

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commander Changelog
22

3-
## Master
3+
## 0.9.0 (2019-06-12)
44

55
### Breaking
66

Commander.podspec.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Commander",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"summary": "Compose beautiful command line interfaces",
55
"homepage": "https://github.com/kylef/Commander",
66
"license": {
@@ -13,11 +13,12 @@
1313
"social_media_url": "http://twitter.com/kylefuller",
1414
"source": {
1515
"git": "https://github.com/kylef/Commander.git",
16-
"tag": "0.8.0"
16+
"tag": "0.9.0"
1717
},
1818
"source_files": "Sources/Commander/*.swift",
1919
"platforms": {
2020
"ios": "8.0",
2121
"osx": "10.9"
22-
}
22+
},
23+
"swift_versions": ["4.2", "5.0"]
2324
}

0 commit comments

Comments
 (0)