Skip to content

Commit

Permalink
Bump to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Apr 26, 2021
1 parent 8317486 commit d0e560c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AcknowList.podspec.json
@@ -1,6 +1,6 @@
{
"name": "AcknowList",
"version": "2.0.0",
"version": "2.0.1",
"summary": "Ready to use “Acknowledgements”/“Licenses” view controller for CocoaPods.",
"homepage": "https://github.com/vtourraine/AcknowList",
"license": {
Expand All @@ -12,7 +12,7 @@
},
"source": {
"git": "https://github.com/vtourraine/AcknowList.git",
"tag": "2.0.0"
"tag": "2.0.1"
},
"source_files": "Sources/AcknowList/*.swift",
"resource_bundles": {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 2.0.1 (work in progress)
## 2.0.1 (26 April 2021)

- Update `AcknowListViewController` to make initializers available with Objective-C
- Fix header/footer layout when resizing `AcknowListViewController`
Expand Down

0 comments on commit d0e560c

Please sign in to comment.