diff --git a/README.md b/README.md index 86119b95..a173b4d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-Audio tooling for GameMaker 2024.4 (and later)
+Audio tooling for GameMaker 2024.6 (and later)
@@ -12,6 +12,4 @@ -- [ImGui](https://github.com/ocornut/imgui) by [Omar Cornut](https://www.miracleworld.net/) -- [ImGui_GM extension](https://github.com/nommiin/ImGui_GM/) by [nommiin](https://nomm.dev/) - [Background shader](https://www.shadertoy.com/view/3sccD8/) by [Xor](https://xor.graphics/) diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index d27c5011..23415bba 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -29,7 +29,7 @@ "option_windows_steam_use_alternative_launcher":false, "option_windows_texture_page":"2048x2048", "option_windows_use_splash":false, - "option_windows_version":"6.0.8.0", + "option_windows_version":"6.0.9.0", "option_windows_vsync":false, "resourceType":"GMWindowsOptions", "resourceVersion":"2.0", diff --git a/scripts/__VinylSystem/__VinylSystem.gml b/scripts/__VinylSystem/__VinylSystem.gml index bdd79149..d6522b1d 100644 --- a/scripts/__VinylSystem/__VinylSystem.gml +++ b/scripts/__VinylSystem/__VinylSystem.gml @@ -1,7 +1,7 @@ // Feather disable all -#macro __VINYL_VERSION "6.0.8 (beta)" -#macro __VINYL_DATE "2024-06-12" +#macro __VINYL_VERSION "6.0.9" +#macro __VINYL_DATE "2024-07-22" #macro __VINYL_RUNNING_FROM_IDE (GM_build_type == "run")