From 68c898c1f77d61d7617384681aaf4b4751279dfd Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Sun, 12 May 2024 12:45:04 +0100 Subject: [PATCH] 6.1.2 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__SnapSystem/__SnapSystem.gml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d596a7f..3ac55c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

SNAP 6.1.1

+

SNAP 6.1.2

Data format converters for GameMaker Studio 2022 LTS

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index a946d85..b46ce26 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -4,7 +4,7 @@ "name": "Windows", "option_windows_display_name": "SNAP", "option_windows_executable_name": "${project_name}.exe", - "option_windows_version": "6.1.1.0", + "option_windows_version": "6.1.2.0", "option_windows_company_info": "Juju Adams", "option_windows_product_info": "SNAP", "option_windows_copyright_info": "Juju Adams 2024", diff --git a/scripts/__SnapSystem/__SnapSystem.gml b/scripts/__SnapSystem/__SnapSystem.gml index ee1b03b..4af416a 100644 --- a/scripts/__SnapSystem/__SnapSystem.gml +++ b/scripts/__SnapSystem/__SnapSystem.gml @@ -1,5 +1,5 @@ // Feather disable all -#macro __SNAP_VERSION "6.1.1" -#macro __SNAP_DATE "2024-01-22" +#macro __SNAP_VERSION "6.1.2" +#macro __SNAP_DATE "2024-05-12" show_debug_message("SNAP: Welcome to SNAP by Juju Adams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE);