From d9554cb4dd8643be46e34508ded4dadcfae61efd Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Fri, 7 Apr 2023 22:57:01 +0100 Subject: [PATCH] 5.7.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 a3615de..846aef1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP 5.6.0

+

SNAP 5.7.0

Data format converters for GameMaker Studio 2022 LTS by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index a8129ce..100dfb8 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": "5.6.0.0", + "option_windows_version": "5.7.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 fafa023..cf37138 100644 --- a/scripts/__SnapSystem/__SnapSystem.gml +++ b/scripts/__SnapSystem/__SnapSystem.gml @@ -1,4 +1,4 @@ -#macro __SNAP_VERSION "5.6.0" -#macro __SNAP_DATE "2023-03-25" +#macro __SNAP_VERSION "5.7.0" +#macro __SNAP_DATE "2023-04-07" show_debug_message("SNAP: Welcome to SNAP by @jujuadams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE); \ No newline at end of file