diff --git a/README.md b/README.md index f2e18c5..50bfff6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add this to your `.pre-commit-config.yaml` ```yaml repos: - repo: https://github.com/ejba/pre-commit-maven - rev: v0.3.2 + rev: v0.3.3 hooks: - id: maven args: ['clean compile'] diff --git a/pyproject.toml b/pyproject.toml index 19256e9..494e599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pre-commit-maven" -version = "v0.3.2" +version = "v0.3.3" [build-system] requires = ["setuptools >= 40.6.0", "wheel"]