diff --git a/cli/package-lock.json b/cli/package-lock.json index a9dfd9d496..2502656f73 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@immich/cli", - "version": "2.0.8", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@immich/cli", - "version": "2.0.8", + "version": "2.1.0", "license": "GNU Affero General Public License version 3", "dependencies": { "lodash-es": "^4.17.21" diff --git a/cli/package.json b/cli/package.json index 630add5b05..b76c24f94e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@immich/cli", - "version": "2.0.8", + "version": "2.1.0", "description": "Command Line Interface (CLI) for Immich", "type": "module", "exports": "./dist/index.js",