Skip to content

Commit a988982

Browse files
committed
version 0.1.31
1 parent d084668 commit a988982

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlink"
3-
version = "0.1.30"
3+
version = "0.1.31"
44
authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"]
55
description = "Very fast link checker for CI."
66
homepage = "https://github.com/untitaker/hyperlink"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A command-line tool to find broken links in your static site.
5252
### GitHub action
5353

5454
```yaml
55-
- uses: untitaker/hyperlink@0.1.30
55+
- uses: untitaker/hyperlink@0.1.31
5656
with:
5757
args: public/ --sources src/
5858
```
@@ -67,7 +67,7 @@ hyperlink public/ --sources src/
6767
### Docker
6868

6969
```bash
70-
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.30 /check/public/ --sources /check/src/
70+
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.31 /check/public/ --sources /check/src/
7171

7272
# specific commit
7373
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:sha-82ca78c /check/public/ --sources /check/src

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@untitaker/hyperlink",
33
"description": "Very fast link checker for CI.",
44
"license": "MIT",
5-
"version": "0.1.30",
5+
"version": "0.1.31",
66
"bin": {
77
"hyperlink": "scripts/hyperlink-bin"
88
},

0 commit comments

Comments
 (0)