From a363f4e088670775c93f7446b52690653d1eb394 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Tue, 30 May 2023 19:54:30 +0200 Subject: [PATCH] Release version 1.2.1 --- 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 2ef759e..01d798d 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.0 # Use the ref you want to point at + rev: v1.2.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 848258f..3a0b6cb 100644 --- a/pre_commit_images/__init__.py +++ b/pre_commit_images/__init__.py @@ -1 +1 @@ -VERSION = "1.2.0" +VERSION = "1.2.1"