From 39551274ce40bdf59684c17d1586c0a494bdbbbb Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 15 Jan 2021 22:29:34 +0100 Subject: [PATCH] version 0.1.15, just for testing marketplace --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96b039f..1fb1560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "hyperlink" -version = "0.1.14" +version = "0.1.15" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b6454ce..fd9d6f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperlink" -version = "0.1.14" +version = "0.1.15" authors = ["Markus Unterwaditzer "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 406cf48..4ebb10c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ A command-line tool to find broken links in your static site. Or as GitHub action: ```yaml -- uses: untitaker/hyperlink@0.1.14 +- uses: untitaker/hyperlink@0.1.15 with: args: public/ --sources src/ ```