From 7496b5c96ff699d97f7ea38d0c3fe570702cf49e Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sun, 15 Oct 2023 16:18:40 +0200 Subject: [PATCH] Release version 1.3.0 --- README.md | 2 +- pre_commit_images/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47a8175..4501465 100644 --- a/README.md +++ b/README.md @@ -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: ... diff --git a/pre_commit_images/__init__.py b/pre_commit_images/__init__.py index bd32bc2..7b49cf1 100644 --- a/pre_commit_images/__init__.py +++ b/pre_commit_images/__init__.py @@ -1 +1 @@ -VERSION = "1.2.3" +VERSION = "1.3.0"