Skip to content

Commit

Permalink
Version updated from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET committed Sep 6, 2024
1 parent 42baaaf commit faef423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "1.1.0"
current_version = "1.1.1"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus

```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.1.0
rev: v1.1.1
hooks:
- id: fmt
- id: cargo-check
Expand All @@ -22,7 +22,7 @@ This is a fork of the original [repo](https://github.com/doublify/pre-commit-rus
```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.1.0
rev: v1.1.1
hooks:
- id: fmt
args: ["--verbose", "--edition", "2018", "--"]
Expand All @@ -34,7 +34,7 @@ You can use `test` and `build` pre-commit hooks to make sure you are not pushing

```yaml
- repo: https://github.com/FeryET/pre-commit-rust
rev: v1.1.0
rev: v1.1.1
hooks:
- id: build
- id: test
Expand Down

0 comments on commit faef423

Please sign in to comment.