From 15d28ba4847d5eb296a9133baf115ee857d8bb7c Mon Sep 17 00:00:00 2001 From: Haoyang Date: Tue, 4 Jun 2024 22:43:03 -0400 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e0be30..8fc045d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compress-pics", - "version": "1.1.18", + "version": "1.1.19", "description": "A command-line tool that uses the tinyPNG API to compress images. It simplifies the process of batch compressing images with tinyPNG in any directory of your project.", "main": "dist/index.js", "types": "dist/index.d.ts",