minify-pic-cli 1.0.1 → 1.0.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # TinyPic CLI - 图片批量压缩工具
1
+ # Minify Pic CLI - 图片批量压缩工具
2
2
 
3
3
  一个简单易用的图片批量压缩命令行工具,支持 PNG、JPEG、GIF 格式,适合前端和设计师快速优化图片体积。
4
4
 
@@ -142,7 +142,7 @@ ISC
142
142
 
143
143
  ## 更新日志
144
144
 
145
- ### v1.0.1
145
+ ### v1.0.2
146
146
  - 初始版本发布
147
147
  - 支持 PNG、JPEG、GIF 格式压缩
148
148
  - 命令行参数支持
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minify-pic-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "一个简单易用的图片批量压缩命令行工具,支持 PNG、JPEG、GIF 格式,适合前端和设计师快速优化图片体积。",
5
5
  "main": "index.js",
6
6
  "bin": {