Skip to content

Commit

Permalink
Version rollback (mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAirBlow committed Jun 27, 2023
1 parent 23be1e4 commit ef10f3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TheAirBlow.Thor.Library/TheAirBlow.Thor.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.0.3</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TheAirBlow.Thor.Shell/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.MinimumLevel.Information()
.WriteTo.Console()
.CreateLogger();
AnsiConsole.MarkupLine("[green]Welcome to Thor Shell v1.0.3![/]");
AnsiConsole.MarkupLine("[green]Welcome to Thor Shell v1.0.2![/]");
if (!USB.TryGetHandler(out var handler)) {
AnsiConsole.MarkupLine("[red]A USB handler wasn't written for your platform![/]");
AnsiConsole.MarkupLine($"[red]Currently supported platforms: {USB.GetSupported()}.[/]");
Expand Down
2 changes: 1 addition & 1 deletion TheAirBlow.Thor.Shell/TheAirBlow.Thor.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RootNamespace>ThorRewrite.Shell</RootNamespace>
<Version>1.0.3</Version>
<Version>1.0.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ef10f3d

Please sign in to comment.