diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6fe9f..186afc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Stencil Changelog -## Master +## 0.6.0 ### Enhancements diff --git a/Stencil.podspec.json b/Stencil.podspec.json index f0e34c8..1fc7158 100644 --- a/Stencil.podspec.json +++ b/Stencil.podspec.json @@ -1,6 +1,6 @@ { "name": "Stencil", - "version": "0.6.0-beta.1", + "version": "0.6.0", "summary": "Stencil is a simple and powerful template language for Swift.", "homepage": "https://github.com/kylef/Stencil", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/kylefuller", "source": { "git": "https://github.com/kylef/Stencil.git", - "tag": "0.6.0-beta.1" + "tag": "0.6.0" }, "source_files": [ "Sources/*.swift"