We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67508e commit 4b6133cCopy full SHA for 4b6133c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Commander Changelog
2
3
-## Master
+## 0.9.1 (2019-09-23)
4
5
### Enhancements
6
Commander.podspec.json
{
"name": "Commander",
- "version": "0.9.0",
+ "version": "0.9.1",
"summary": "Compose beautiful command line interfaces",
"homepage": "https://github.com/kylef/Commander",
"license": {
@@ -13,12 +13,12 @@
13
"social_media_url": "http://twitter.com/kylefuller",
14
"source": {
15
"git": "https://github.com/kylef/Commander.git",
16
- "tag": "0.9.0"
+ "tag": "0.9.1"
17
},
18
"source_files": "Sources/Commander/*.swift",
19
"platforms": {
20
"ios": "8.0",
21
"osx": "10.9"
22
23
- "swift_versions": ["4.2", "5.0"]
+ "swift_versions": ["4.2", "5.0", "5.1"]
24
}
0 commit comments