Skip to content

Commit 29d9b5f

Browse files
committed
update version (because I forgor)
1 parent c4b1a8f commit 29d9b5f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

TheAirBlow.Thor.Library/TheAirBlow.Thor.Library.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<IsAotCompatible>true</IsAotCompatible>
8-
<Version>1.0.4</Version>
8+
<Version>1.1.0</Version>
99
</PropertyGroup>
1010

1111
<ItemGroup>

TheAirBlow.Thor.Shell/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.MinimumLevel.Information()
1414
.WriteTo.Console()
1515
.CreateLogger();
16-
AnsiConsole.MarkupLine("[green]Welcome to Thor Shell v1.0.4![/]");
16+
AnsiConsole.MarkupLine("[green]Welcome to Thor Shell v1.1.0![/]");
1717
if (!USB.TryGetHandler(out var handler)) {
1818
AnsiConsole.MarkupLine("[red]A USB handler wasn't written for your platform![/]");
1919
AnsiConsole.MarkupLine($"[red]Currently supported platforms: {USB.GetSupported()}.[/]");

TheAirBlow.Thor.Shell/TheAirBlow.Thor.Shell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<PublishAot>true</PublishAot>
9-
<Version>1.0.4</Version>
9+
<Version>1.1.0</Version>
1010
</PropertyGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)