Skip to content

Commit

Permalink
Bump to version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Sep 21, 2021
1 parent 2279342 commit dbd9a61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AcknowList.podspec.json
@@ -1,6 +1,6 @@
{
"name": "AcknowList",
"version": "2.0.2",
"version": "2.0.3",
"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.2"
"tag": "2.0.3"
},
"source_files": "Sources/AcknowList/*.swift",
"resource_bundles": {
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 2.0.3 (21 September 2021)

- Update `AcknowListViewController` default initializer implementatoin to fix Xcode 13 support


## 2.0.2 (17 September 2021)

- Update `AcknowListViewController` to remove Objective-C compatibility, fixing Xcode 13 support
Expand Down

0 comments on commit dbd9a61

Please sign in to comment.