Skip to content

Commit

Permalink
Bump to version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Jan 25, 2024
1 parent b08bccc commit 9b97c80
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AcknowList",
"version": "3.0.1",
"version": "3.1.0",
"summary": "Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.",
"homepage": "https://github.com/vtourraine/AcknowList",
"license": {
Expand All @@ -12,7 +12,7 @@
},
"source": {
"git": "https://github.com/vtourraine/AcknowList.git",
"tag": "3.0.1"
"tag": "3.1.0"
},
"source_files": "Sources/AcknowList/*.swift",
"osx": {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.1 (work in progress)
## 3.1.0 (25 January 2024)

- Add `GitHubAPI` to get licenses from GitHub API
- Update `AcknowListViewController` and `AcknowListSwiftUIView` to get missing licenses from GitHub API, with new `canFetchLicenseFromGitHub` property to disable this behavior
Expand Down

0 comments on commit 9b97c80

Please sign in to comment.