diff --git a/Cargo.lock b/Cargo.lock index b26b704..c951c38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "hyperlink" -version = "0.1.21" +version = "0.1.22" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a7336b1..ab66a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlink" -version = "0.1.21" +version = "0.1.22" authors = ["Markus Unterwaditzer "] description = "Very fast link checker for CI." homepage = "https://github.com/untitaker/hyperlink" diff --git a/README.md b/README.md index 523f102..f61ec99 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ A command-line tool to find broken links in your static site. Or as GitHub action: ```yaml -- uses: untitaker/hyperlink@0.1.21 +- uses: untitaker/hyperlink@0.1.22 with: args: public/ --sources src/ ```