From 735c73becfa9cfff07679e0764d1e4443a520f37 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Thu, 12 Sep 2024 22:10:58 +0100 Subject: [PATCH] 6.1.2 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__VinylSystem/__VinylSystem.gml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd31c78e..49a7f052 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Vinyl 6.1.1

+

Vinyl 6.1.2

Audio tooling for GameMaker 2024.8 (and later)

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 45f464bb..21ee7cc0 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.1.0", + "option_windows_version":"6.1.2.0", "option_windows_vsync":false, "resourceType":"GMWindowsOptions", "resourceVersion":"2.0", diff --git a/scripts/__VinylSystem/__VinylSystem.gml b/scripts/__VinylSystem/__VinylSystem.gml index d95f74e0..0a2359e0 100644 --- a/scripts/__VinylSystem/__VinylSystem.gml +++ b/scripts/__VinylSystem/__VinylSystem.gml @@ -1,7 +1,7 @@ // Feather disable all -#macro __VINYL_VERSION "6.1.1" -#macro __VINYL_DATE "2024-09-09" +#macro __VINYL_VERSION "6.1.2" +#macro __VINYL_DATE "2024-09-12" #macro __VINYL_RUNNING_FROM_IDE (GM_build_type == "run")