diff --git a/CHANGELOG.md b/CHANGELOG.md index d69a98d..8d61904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Commander Changelog -## Master +## 0.7.1 ### Bug Fixes diff --git a/Commander.podspec.json b/Commander.podspec.json index 1a9d00e..37555a6 100644 --- a/Commander.podspec.json +++ b/Commander.podspec.json @@ -1,6 +1,6 @@ { "name": "Commander", - "version": "0.7.0", + "version": "0.7.1", "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.7.0" + "tag": "0.7.1" }, "source_files": "Sources/Commander/*.swift", "platforms": {