Skip to content

Commit

Permalink
chore: Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 14, 2017
1 parent 02778e3 commit e5b50ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Commander Changelog

## Master
## 0.8.0

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions Commander.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Commander",
"version": "0.7.1",
"version": "0.8.0",
"summary": "Compose beautiful command line interfaces",
"homepage": "https://github.com/kylef/Commander",
"license": {
Expand All @@ -13,7 +13,7 @@
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Commander.git",
"tag": "0.7.1"
"tag": "0.8.0"
},
"source_files": "Sources/Commander/*.swift",
"platforms": {
Expand Down

0 comments on commit e5b50ad

Please sign in to comment.