Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed May 8, 2024
1 parent d16ef4f commit c318537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Crossword.Shared/Constants/GameConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public sealed class GameConstants
"Dedicated to Neil Reading (neilski) RIP.";

//game title string
public const string GameTitle = "CyberPuzzles Crossword v1.0.0-beta3";
public const string GameTitle = "CyberPuzzles Crossword v1.0.0";
}


Expand Down
2 changes: 1 addition & 1 deletion Crossword/Crossword.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
<PackageReference Include="Myra" Version="1.5.5" />
<PackageReference Include="FontStashSharp.MonoGame" Version="1.3.6" />
<PackageReference Include="FontStashSharp.MonoGame" Version="1.3.7" />
</ItemGroup>
<ItemGroup>
<None Update="fonts\Dialog.ttf">
Expand Down

0 comments on commit c318537

Please sign in to comment.