Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Jan 6, 2025
1 parent a1518fe commit 586826d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/[email protected]
- uses: AlexanderDokuchaev/[email protected].1
```
### Option 2: Pre-Commit
Expand All @@ -52,7 +52,7 @@ Adding to your `.pre-commit-config.yaml` to integrate in [pre-commit](https://pr

```yaml
- repo: https://github.com/AlexanderDokuchaev/md-dead-link-check
rev: "v1.0"
rev: "v1.0.1"
hooks:
- id: md-dead-link-check
```
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/[email protected]
- uses: AlexanderDokuchaev/[email protected].1
```

```yaml
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/[email protected]
- uses: AlexanderDokuchaev/[email protected].1
```

### Option 3: Install from pip
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
version:
description: 'Version of package'
required: false
default: '1.0'
default: '1.0.1'
python_version:
description: 'Python version'
required: false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "md_dead_link_check"
description = "This is a lightweight and fast tool to help you keep your Markdown files free of broken links."
readme = "README.md"
version = "1.0"
version = "1.0.1"
license = {text = "MIT"}
requires-python = ">=3.8"
dependencies = [
Expand Down

0 comments on commit 586826d

Please sign in to comment.