diff --git a/package-lock.json b/package-lock.json index 679aa22..0ac6c06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "image-and-video-compressor", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "image-and-video-compressor", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "commander": "^15.0.0", diff --git a/package.json b/package.json index be47ba9..7c4c29b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "image-and-video-compressor", - "version": "2.0.0", - "description": "Fast, type-safe image and video compression for Node.js \u2014 parallel by default, with a colorful CLI and machine-readable JSON output for AI agents.", + "version": "2.0.1", + "description": "Fast, type-safe image and video compression for Node.js — parallel by default, with a colorful CLI and machine-readable JSON output for AI agents.", "author": "Rohan Poudel", "license": "MIT", "type": "module",