diff --git a/cmf-cli/cmf.csproj b/cmf-cli/cmf.csproj index b586ffd9..acee4015 100644 --- a/cmf-cli/cmf.csproj +++ b/cmf-cli/cmf.csproj @@ -15,7 +15,7 @@ Name Namespace Namespaces - 4.2.0-1 + 4.2.0-2 diff --git a/core/core.csproj b/core/core.csproj index 31f7707f..fac91964 100644 --- a/core/core.csproj +++ b/core/core.csproj @@ -4,7 +4,7 @@ net6.0 CriticalManufacturing.CLI.Core Cmf.CLI.Core - 4.2.0-1 + 4.2.0-2 CriticalManufacturing CriticalManufacturing BSD-3-Clause diff --git a/npm/package-lock.json b/npm/package-lock.json index b2003088..5ae49cd9 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "@criticalmanufacturing/cli", - "version": "4.2.0-1", + "version": "4.2.0-2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@criticalmanufacturing/cli", - "version": "4.2.0-1", + "version": "4.2.0-2", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/npm/package.json b/npm/package.json index 7d40b155..35a9e8e6 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@criticalmanufacturing/cli", - "version": "4.2.0-1", + "version": "4.2.0-2", "description": "Critical Manufacturing command line client", "bin": { "cmf": "./run.js"