Skip to content

Commit

Permalink
Bump to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Mar 15, 2021
1 parent 62fcf21 commit 7ff2d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 2.0 (work in progress)
## 2.0 (15 March 2021)

- Update `VTAcknowledgementsViewController` to detect URLs in header and footer
- Update `VTAcknowledgementsViewController` initializers
Expand All @@ -15,6 +15,8 @@
- Remove legacy CocoaPods format support
- Update deployment target to iOS 9

[Full Changelog](https://github.com/vtourraine/VTAcknowledgementsViewController/compare/1.5.3...2.0.0)


## 1.5.3 (17 September 2020)

Expand Down
8 changes: 2 additions & 6 deletions VTAcknowledgementsViewController.podspec.json
@@ -1,19 +1,15 @@
{
"name": "VTAcknowledgementsViewController",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"license": "MIT",
"summary": "Acknowledgements screen displaying a list of licenses, for example from CocoaPods dependencies.",
"screenshots": [
"http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-X-01.png",
"http://vtourraine.github.io/VTAcknowledgementsViewController/screenshots/iPhone-X-02.png"
],
"homepage": "https://github.com/vtourraine/VTAcknowledgementsViewController",
"authors": {
"Vincent Tourraine": "me@vtourraine.net"
},
"source": {
"git": "https://github.com/vtourraine/VTAcknowledgementsViewController.git",
"tag": "2.0.0-beta.1"
"tag": "2.0.0"
},
"source_files": "Classes/*.{h,m}",
"resources": "VTAcknowledgementsViewController.bundle",
Expand Down

0 comments on commit 7ff2d8c

Please sign in to comment.