From 3df272e1c80a0d3f8ea7c330498b6a5d9acd2780 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Sat, 25 Mar 2023 21:46:05 +0000 Subject: [PATCH] 5.6.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 6dcd447..a67f4b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP 5.5.1

+

SNAP 5.6.0

Data format conversion for GameMaker Studio 2022 LTS by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 5f01344..a8129ce 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.5.1.0", + "option_windows_version": "5.6.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 8abb1a5..fafa023 100644 --- a/scripts/__SnapSystem/__SnapSystem.gml +++ b/scripts/__SnapSystem/__SnapSystem.gml @@ -1,4 +1,4 @@ -#macro __SNAP_VERSION "5.5.1" -#macro __SNAP_DATE "2023-03-05" +#macro __SNAP_VERSION "5.6.0" +#macro __SNAP_DATE "2023-03-25" show_debug_message("SNAP: Welcome to SNAP by @jujuadams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE); \ No newline at end of file