Skip to content

Commit

Permalink
Bump to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Oct 21, 2016
1 parent aee0158 commit c4afb8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## 1.2 (work in progress)
## 1.2 (21 October 2016)

- Added `license` property on `VTAcknowledgement`
- Updated `VTAcknowledgementsViewController` view configuration, by Tobias Tiemerding (honkmaster)

[Full Changelog](https://github.com/vtourraine/VTAcknowledgementsViewController/compare/1.1...master)
[Full Changelog](https://github.com/vtourraine/VTAcknowledgementsViewController/compare/1.1...1.2)


## 1.1 (27 May 2016)
Expand Down
4 changes: 2 additions & 2 deletions VTAcknowledgementsViewController.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "VTAcknowledgementsViewController",
"version": "1.1",
"version": "1.2",
"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.1"
"tag": "1.2"
},
"source_files": "Classes/*.{h,m}",
"resources": "VTAcknowledgementsViewController.bundle",
Expand Down

0 comments on commit c4afb8f

Please sign in to comment.