From bdec5acd811753f661869eb29dacf55e1b8b1319 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Fri, 3 Nov 2023 21:08:57 +0000 Subject: [PATCH] 6.1.0 --- 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 0b77b93..18bb615 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

SNAP 6.0.1

+

SNAP 6.1.0

Data format converters for GameMaker Studio 2022 LTS by Juju Adams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index a42bb0a..ed8fd3d 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.0.1.0", + "option_windows_version": "6.1.0.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "SNAP", "option_windows_copyright_info": "@jujuadams 2023", diff --git a/scripts/__SnapSystem/__SnapSystem.gml b/scripts/__SnapSystem/__SnapSystem.gml index d7ed707..d83b32f 100644 --- a/scripts/__SnapSystem/__SnapSystem.gml +++ b/scripts/__SnapSystem/__SnapSystem.gml @@ -1,5 +1,5 @@ // Feather disable all -#macro __SNAP_VERSION "6.0.1" -#macro __SNAP_DATE "2023-10-27" +#macro __SNAP_VERSION "6.1.0" +#macro __SNAP_DATE "2023-11-03" show_debug_message("SNAP: Welcome to SNAP by @jujuadams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE);