Skip to content

Commit

Permalink
Bump to version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Feb 2, 2025
1 parent 31ab45e commit d975b9a
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.2.0",
"version": "3.3.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.2.0"
"tag": "3.3.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.3.0 (work in progress)
## 3.3.0 (2 February 2025)

- Add initializer to `AcknowListSwiftUI` to load default acknow list, by Tisfeng (@tisfeng)
- Update `AcknowViewController.acknowledgement` to `open` access level for customizability, by cheshire (@cheshire0105)
Expand Down

0 comments on commit d975b9a

Please sign in to comment.