diff --git a/package.json b/package.json index 598f16bd..5d1657dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dashlane/cli", - "version": "1.14.1", + "version": "1.14.2", "description": "Manage your Dashlane vault through a CLI tool", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/cliVersion.ts b/src/cliVersion.ts index f1939c4f..26a47649 100644 --- a/src/cliVersion.ts +++ b/src/cliVersion.ts @@ -1,6 +1,6 @@ import { CliVersion } from './types'; -export const CLI_VERSION: CliVersion = { major: 1, minor: 14, patch: 1 }; +export const CLI_VERSION: CliVersion = { major: 1, minor: 14, patch: 2 }; export const breakingChangesVersions: CliVersion[] = []; export const cliVersionToString = (version: CliVersion): string => {