Skip to content

Commit

Permalink
Bump to version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Nov 24, 2022
1 parent 7d44ce8 commit 7cf70f2
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": "3.0.0",
"version": "3.0.1",
"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.0"
"tag": "3.0.1"
},
"source_files": "Sources/AcknowList/*.swift",
"osx": {
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 3.0.1 (work in progress)
## 3.0.1 (24 November 2022)

- Update `AcknowListSwiftUIView` to fix navigation to repository URL
- Add `AcknowListRowSwiftUIView`
Expand Down

0 comments on commit 7cf70f2

Please sign in to comment.