Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aMytho committed Feb 11, 2024
1 parent bc2634c commit 88b7e3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
28 changes: 0 additions & 28 deletions Pages/Beta.razor

This file was deleted.

2 changes: 1 addition & 1 deletion Services/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Pdf_Acc_Toolset.Services;

public static class Config
{
public static string Version { get; set; } = "0.0.2";
public static string Version { get; set; } = "1.0.0";

public static string Env { get; set; } = "Development";
}
1 change: 0 additions & 1 deletion Shared/Topbar.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@* Copyright (C) Jonathan Shull - See license file at github.com/amytho/pdf-acc-toolset *@
<div class="top-row px-4">
<a style="color: coral;" href="/beta">Beta Notice</a>
<a href="/about">About</a>
</div>

0 comments on commit 88b7e3d

Please sign in to comment.