diff --git a/README.md b/README.md index 675e4b66..2794aedb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Vinyl 6.1.6

+

Vinyl 6.1.7

Audio tooling for GameMaker 2024.8 (and later)

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 1e4cb22b..7492d541 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.6.0", + "option_windows_version":"6.1.7.0", "option_windows_vsync":false, "resourceType":"GMWindowsOptions", "resourceVersion":"2.0", diff --git a/scripts/__VinylConstants/__VinylConstants.gml b/scripts/__VinylConstants/__VinylConstants.gml index a6420a1b..55334603 100644 --- a/scripts/__VinylConstants/__VinylConstants.gml +++ b/scripts/__VinylConstants/__VinylConstants.gml @@ -1,4 +1,4 @@ // Feather disable all -#macro VINYL_VERSION "6.1.6" -#macro VINYL_DATE "2024-10-03" \ No newline at end of file +#macro VINYL_VERSION "6.1.7" +#macro VINYL_DATE "2024-10-05" \ No newline at end of file