From e403926fa0d23aed7ab3ca52fe56df48f612af48 Mon Sep 17 00:00:00 2001 From: Adam Patridge Date: Fri, 25 Aug 2023 08:36:39 -0600 Subject: [PATCH] Version bump to 1.3.0.0 (#347) * Update copyright years * Version bump to 1.3.0.0 --- Meadow.CLI.Core/Constants.cs | 2 +- Meadow.CLI/Meadow.CLI.Classic.csproj | 2 +- Meadow.CLI/Meadow.CLI.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Meadow.CLI.Core/Constants.cs b/Meadow.CLI.Core/Constants.cs index c95d1c66..05ebe39c 100644 --- a/Meadow.CLI.Core/Constants.cs +++ b/Meadow.CLI.Core/Constants.cs @@ -7,7 +7,7 @@ namespace Meadow.CLI.Core { public static class Constants { - public const string CLI_VERSION = "1.2.2.0"; + public const string CLI_VERSION = "1.3.0.0"; public const ushort HCOM_PROTOCOL_PREVIOUS_VERSION_NUMBER = 0x0006; public const ushort HCOM_PROTOCOL_CURRENT_VERSION_NUMBER = 0x0007; // Used for transmission public const string WILDERNESS_LABS_USB_VID = "2E6A"; diff --git a/Meadow.CLI/Meadow.CLI.Classic.csproj b/Meadow.CLI/Meadow.CLI.Classic.csproj index a28ddb56..eba00955 100644 --- a/Meadow.CLI/Meadow.CLI.Classic.csproj +++ b/Meadow.CLI/Meadow.CLI.Classic.csproj @@ -23,7 +23,7 @@ false meadow latest - Copyright 2020-2022 Wilderness Labs + Copyright 2020-2023 Wilderness Labs diff --git a/Meadow.CLI/Meadow.CLI.csproj b/Meadow.CLI/Meadow.CLI.csproj index 19b98542..be3142d6 100644 --- a/Meadow.CLI/Meadow.CLI.csproj +++ b/Meadow.CLI/Meadow.CLI.csproj @@ -23,7 +23,7 @@ false meadow latest - Copyright 2020-2022 Wilderness Labs + Copyright 2020-2023 Wilderness Labs