minify-pic-cli 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Minify Pic CLI - Batch Image Compression Tool
2
2
 
3
- English | [简体中文](./README.zh-CN.md)
3
+ English | [简体中文](https://github.com/Kevin031/minify-pic-cli/blob/main/README.zh-CN.md)
4
4
 
5
5
  A simple and easy-to-use command-line tool for batch image compression, supporting PNG, JPEG, and GIF formats. Perfect for frontend developers and designers to quickly optimize image file sizes.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minify-pic-cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "一个简单易用的图片批量压缩命令行工具,支持 PNG、JPEG、GIF 格式,适合前端和设计师快速优化图片体积。",
5
5
  "main": "index.js",
6
6
  "bin": {