From d50182b754b23e94728bf281c499a557f820e754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oct=C3=A1vio=20Pereira?= Date: Mon, 9 Sep 2024 14:04:11 +0000 Subject: [PATCH] chore: bump to 5.0.1-1 --- cmf-cli/cmf.csproj | 2 +- core/core.csproj | 2 +- npm/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmf-cli/cmf.csproj b/cmf-cli/cmf.csproj index 507af6ff..725f7427 100644 --- a/cmf-cli/cmf.csproj +++ b/cmf-cli/cmf.csproj @@ -15,7 +15,7 @@ Name Namespace Namespaces - 5.0.1-0 + 5.0.1-1 diff --git a/core/core.csproj b/core/core.csproj index ff6f0056..865b3187 100644 --- a/core/core.csproj +++ b/core/core.csproj @@ -4,7 +4,7 @@ net8.0 CriticalManufacturing.CLI.Core Cmf.CLI.Core - 5.0.1-0 + 5.0.1-1 CriticalManufacturing CriticalManufacturing BSD-3-Clause diff --git a/npm/package.json b/npm/package.json index a57c01d6..d109c34e 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@criticalmanufacturing/cli", - "version": "5.0.1-0", + "version": "5.0.1-1", "description": "Critical Manufacturing command line client", "bin": { "cmf": "./run.js"