diff --git a/README.md b/README.md index e1304eb..adc8e65 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Git hooks to optimize images based on the [pre-commit](https://github.com/pre-co Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-images - rev: v1.5.0 # Use the ref you want to point at + rev: v1.5.1 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pre_commit_images/__init__.py b/pre_commit_images/__init__.py index 177b935..be684c8 100644 --- a/pre_commit_images/__init__.py +++ b/pre_commit_images/__init__.py @@ -1 +1 @@ -VERSION = "1.5.0" +VERSION = "1.5.1"