Skip to content

Commit 7d8bbd3

Browse files
committed
version 0.1.35
1 parent 673fcdd commit 7d8bbd3

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.34"
3+
version = "0.1.35"
44
authors = [
55
"Markus Unterwaditzer <[email protected]>",
66
# contributed dump-external-links command

README.md

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

4747
```yaml
48-
- uses: untitaker/[email protected].34
48+
- uses: untitaker/[email protected].35
4949
with:
5050
args: public/ --sources src/
5151
```
@@ -60,7 +60,7 @@ hyperlink public/ --sources src/
6060
### Docker
6161

6262
```bash
63-
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.34 /check/public/ --sources /check/src/
63+
docker run -v $PWD:/check ghcr.io/untitaker/hyperlink:0.1.35 /check/public/ --sources /check/src/
6464

6565
# specific commit
6666
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.34",
5+
"version": "0.1.35",
66
"bin": {
77
"hyperlink": "scripts/hyperlink-bin"
88
},

0 commit comments

Comments
 (0)