Skip to content

Commit

Permalink
Fixed search crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryMarkle committed Jun 11, 2024
1 parent e78ce73 commit 2a39981
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ github.run_number }}
release_name: Release v0.9.90-4
release_name: Release v0.9.90-5
body: ${{ steps.read_release_notes.outputs.notes }}
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion Drizzle
2 changes: 1 addition & 1 deletion Leditor/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ internal static string AssetsDirectory {

internal static System.Timers.Timer AutoSaveTimer = new(30_000);

internal const string Version = "Henry's Leditor v0.9.90-4";
internal const string Version = "Henry's Leditor v0.9.90-5";
internal const string RaylibVersion = "Raylib v5.0.0";
internal static string BuildConfiguration { get; set; } = "Build Configuration: Unknown";
internal static string OperatingSystem { get; set; } = "Operating System: Unknown";
Expand Down
Loading

0 comments on commit 2a39981

Please sign in to comment.