diff --git a/README.md b/README.md index 2f8ce99c..39c803bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-Audio tooling for GameMaker 2024.6 (and later)
diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 2ef0432b..45f464bb 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.1.0.0", + "option_windows_version":"6.1.1.0", "option_windows_vsync":false, "resourceType":"GMWindowsOptions", "resourceVersion":"2.0", diff --git a/scripts/__VinylSystem/__VinylSystem.gml b/scripts/__VinylSystem/__VinylSystem.gml index beb6dfc5..48be1d1c 100644 --- a/scripts/__VinylSystem/__VinylSystem.gml +++ b/scripts/__VinylSystem/__VinylSystem.gml @@ -1,7 +1,7 @@ // Feather disable all -#macro __VINYL_VERSION "6.1.0" -#macro __VINYL_DATE "2024-09-04" +#macro __VINYL_VERSION "6.1.1" +#macro __VINYL_DATE "2024-09-09" #macro __VINYL_RUNNING_FROM_IDE (GM_build_type == "run")