diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b8a62..e979c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Commander Changelog -## Master +## 0.6.0 ### Enhancements diff --git a/Commander.podspec.json b/Commander.podspec.json index 7ddaaed..a89b8a1 100644 --- a/Commander.podspec.json +++ b/Commander.podspec.json @@ -1,6 +1,6 @@ { "name": "Commander", - "version": "0.5.0", + "version": "0.6.0", "summary": "Compose beautiful command line interfaces", "homepage": "https://github.com/kylef/Commander", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Commander.git", - "tag": "0.5.0" + "tag": "0.6.0" }, "source_files": "Sources/*.swift", "platforms": {