Skip to content

Commit a12994e

Browse files
committed
Bump version
1 parent a7a66bd commit a12994e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add this to your `.pre-commit-config.yaml`
1515
```yaml
1616
repos:
1717
- repo: https://github.com/ejba/pre-commit-maven
18-
rev: v0.3.2
18+
rev: v0.3.3
1919
hooks:
2020
- id: maven
2121
args: ['clean compile']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pre-commit-maven"
3-
version = "v0.3.2"
3+
version = "v0.3.3"
44

55
[build-system]
66
requires = ["setuptools >= 40.6.0", "wheel"]

0 commit comments

Comments
 (0)