Skip to content

Commit

Permalink
0.13.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lamebrain committed May 25, 2021
1 parent bd95ff7 commit ea7a5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 MeadowCLI
{
public static class Constants
{
public const string CLI_VERSION = "0.12.10";
public const string CLI_VERSION = "0.13.0";
public const ushort HCOM_PROTOCOL_CURRENT_VERSION_NUMBER = 0x0006; // Used for transmission
}
}
2 changes: 1 addition & 1 deletion Meadow.CLI/Meadow.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Peter Moody, Adrian Stevens, Brian Kim</Authors>
<Company>Wilderness Labs, Inc</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>0.12.10</PackageVersion>
<PackageVersion>0.13.0</PackageVersion>
<Platforms>AnyCPU;x86;x64</Platforms>
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.Foundation/</PackageProjectUrl>
<PackageIconUrl>https://github.com/WildernessLabs/Meadow.Foundation/blob/master/Source/icon.png?raw=true</PackageIconUrl>
Expand Down

0 comments on commit ea7a5bd

Please sign in to comment.