diff --git a/AcknowList.podspec.json b/AcknowList.podspec.json index e43b072..1ad9340 100644 --- a/AcknowList.podspec.json +++ b/AcknowList.podspec.json @@ -1,6 +1,6 @@ { "name": "AcknowList", - "version": "0.3", + "version": "0.3.1", "summary": "Ready to use “Acknowledgements”/“Licenses” view controller for CocoaPods.", "homepage": "https://github.com/vtourraine/AcknowList", "license": { @@ -13,7 +13,7 @@ "social_media_url": "http://twitter.com/vtourraine", "source": { "git": "https://github.com/vtourraine/AcknowList.git", - "tag": "0.3" + "tag": "0.3.1" }, "source_files": "Source/*.swift", "resources": "Resources/AcknowList.bundle", diff --git a/CHANGELOG.md b/CHANGELOG.md index a84fcbf..6d537da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.1 (30 April 2016) + +- Improve documentation + + ## 0.3 (17 April 2016) - Add localization bundle for default header and footer, by James White (@gerbiljames)