Skip to content

Commit

Permalink
Bump to version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Sep 15, 2017
1 parent 43962f6 commit c6d88f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,12 +1,12 @@
# Changelog

## 1.3
## 1.3 (15 September 2017)

- Support “readable content guide” on `VTAcknowledgementViewController`
- Fix iPhone X layout
- Update `VTAcknowledgement` public interface to mark `init` method as unavailable
- Update `VTAcknowledgement` public interface to explicitly mark `init` method as unavailable

[Full Changelog](https://github.com/vtourraine/VTAcknowledgementsViewController/compare/1.2.1...HEAD)
[Full Changelog](https://github.com/vtourraine/VTAcknowledgementsViewController/compare/1.2.1...1.3)


## 1.2.1 (30 January 2017)
Expand Down
4 changes: 2 additions & 2 deletions VTAcknowledgementsViewController.podspec.json
@@ -1,6 +1,6 @@
{
"name": "VTAcknowledgementsViewController",
"version": "1.2.1",
"version": "1.3",
"license": "MIT",
"summary": "Ready to use “Acknowledgements”/“Licenses”/“Credits” view controller for CocoaPods.",
"screenshots": [
Expand All @@ -14,7 +14,7 @@
"social_media_url": "https://twitter.com/vtourraine",
"source": {
"git": "https://github.com/vtourraine/VTAcknowledgementsViewController.git",
"tag": "1.2.1"
"tag": "1.3"
},
"source_files": "Classes/*.{h,m}",
"resources": "VTAcknowledgementsViewController.bundle",
Expand Down

0 comments on commit c6d88f9

Please sign in to comment.