Skip to content

Commit

Permalink
Update to the newest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Aug 30, 2024
1 parent ff4ff0c commit 5b9645a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BlazorStaticMinimalBlog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorStatic" Version="1.0.0-beta.9" />
<PackageReference Include="BlazorStatic" Version="1.0.0-beta.10" />
</ItemGroup>
<ItemGroup>
<!-- <ProjectReference Include="..\src\BlazorStatic.csproj" />-->
Expand Down
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public static class WebsiteKeys
public const string X = "https://x.com/";
public const string Title = "BlazorStatic Minimal Blog";
public const string BlogPostStorageAddress = $"{GitHubRepo}/tree/main/Content/Blog";
public const string BlogLead = "Sample blog created with BlazorStatic and tailwindcss";
public const string BlogLead = "Sample blog created with BlazorStatic and TailwindCSS";

}

0 comments on commit 5b9645a

Please sign in to comment.