Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianstevens committed Jan 6, 2025
1 parent ffb139b commit 57e9821
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Source/v2/Meadow.Cli/Meadow.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Wilderness Labs, Inc</Authors>
<Company>Wilderness Labs, Inc</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>2.0.62.0</PackageVersion>
<PackageVersion>2.0.63.0</PackageVersion>
<Platforms>AnyCPU</Platforms>
<PackageProjectUrl>http://developer.wildernesslabs.co/Meadow/Meadow.CLI/</PackageProjectUrl>
<RepositoryUrl>https://github.com/WildernessLabs/Meadow.CLI</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion Source/v2/Meadow.Cli/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ namespace Meadow.CLI;

public static class Constants
{
public const string CLI_VERSION = "2.0.62.0";
public const string CLI_VERSION = "2.0.63.0";
}
4 changes: 2 additions & 2 deletions Source/v2/Meadow.Cli/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
},
"Firmware Write version": {
"commandName": "Project",
"commandLineArgs": "firmware write -v 2.0.0.2"
"commandLineArgs": "firmware write -v 2.0.0.3"
},
"Firmware Write runtime": {
"commandName": "Project",
Expand All @@ -169,7 +169,7 @@
},
"Firmware Write esp with file": {
"commandName": "Project",
"commandLineArgs": "firmware write esp -f C:\\Users\\ctack\\AppData\\Local\\WildernessLabs\\Firmware\\1.6.0.1\\MeadowComms.bin"
"commandLineArgs": "firmware write esp -f C:\\Users\\ctack\\AppData\\Local\\WildernessLabs\\Firmware\\2.0.0.3\\MeadowComms.bin"
},
"Firmware Write os DFU": {
"commandName": "Project",
Expand Down
1 change: 0 additions & 1 deletion Source/v2/Meadow.HCom/Debugging/DebuggingServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public async Task StopListening()
_activeClient?.Dispose();
_activeClient = null;
}


var client = new ActiveClient(_connection, _logger, _cancellationTokenSource?.Token);
await client.Start(listener);
Expand Down

0 comments on commit 57e9821

Please sign in to comment.