diff --git a/cli/package-lock.json b/cli/package-lock.json index 3d1822ec00..d00ba44f33 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@immich/cli", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@immich/cli", - "version": "2.2.0", + "version": "2.2.1", "license": "GNU Affero General Public License version 3", "dependencies": { "fast-glob": "^3.3.2", diff --git a/cli/package.json b/cli/package.json index 2c849ab09b..f5c3681ee3 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@immich/cli", - "version": "2.2.0", + "version": "2.2.1", "description": "Command Line Interface (CLI) for Immich", "type": "module", "exports": "./dist/index.js",