Skip to content

Commit

Permalink
Version bump to 1.3.0.0 (#347)
Browse files Browse the repository at this point in the history
* Update copyright years

* Version bump to 1.3.0.0
  • Loading branch information
patridge authored and CartBlanche committed Aug 25, 2023
1 parent 6fba84f commit e403926
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Meadow.CLI.Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion Meadow.CLI/Meadow.CLI.Classic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<AssemblyName>meadow</AssemblyName>
<LangVersion>latest</LangVersion>
<Copyright>Copyright 2020-2022 Wilderness Labs</Copyright>
<Copyright>Copyright 2020-2023 Wilderness Labs</Copyright>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion Meadow.CLI/Meadow.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<AssemblyName>meadow</AssemblyName>
<LangVersion>latest</LangVersion>
<Copyright>Copyright 2020-2022 Wilderness Labs</Copyright>
<Copyright>Copyright 2020-2023 Wilderness Labs</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e403926

Please sign in to comment.