Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 15, 2023
1 parent 90f2fcd commit 7496b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.2.3 # Use the ref you want to point at
rev: v1.3.0 # Use the ref you want to point at
hooks:
- id: optimize-png
# - id: ...
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_images/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.2.3"
VERSION = "1.3.0"

0 comments on commit 7496b5c

Please sign in to comment.