diff --git a/CHANGELOG.md b/CHANGELOG.md index f97af33..7285353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.17 (work in progress) +## 0.17 (7 December 2015) - Updated imports to compile when modules are disabled, by Ryota Hayashi (@hayashi311) - Added `VTAcknowledgementsParser` to extract the plist parser out of the controller, by Vincent Tourraine (@vtourraine) diff --git a/VTAcknowledgementsViewController.podspec.json b/VTAcknowledgementsViewController.podspec.json index 1ba04b7..ac9bdc3 100644 --- a/VTAcknowledgementsViewController.podspec.json +++ b/VTAcknowledgementsViewController.podspec.json @@ -1,6 +1,6 @@ { "name": "VTAcknowledgementsViewController", - "version": "0.16", + "version": "0.17", "license": "MIT", "summary": "Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.", "screenshots": [ @@ -14,7 +14,7 @@ "social_media_url": "https://twitter.com/vtourraine", "source": { "git": "https://github.com/vtourraine/VTAcknowledgementsViewController.git", - "tag": "0.16" + "tag": "0.17" }, "source_files": "Classes/*.{h,m}", "resources": "VTAcknowledgementsViewController.bundle",