From b9ae476dea6e9ca6128c9a1c829981dbdb9a05f7 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Thu, 27 Apr 2023 15:49:45 +0100 Subject: [PATCH] 5.8.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 846aef1..3fe7470 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP 5.7.0

+

SNAP 5.8.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 100dfb8..3a642f8 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.7.0.0", + "option_windows_version": "5.8.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 cf37138..4224e45 100644 --- a/scripts/__SnapSystem/__SnapSystem.gml +++ b/scripts/__SnapSystem/__SnapSystem.gml @@ -1,4 +1,4 @@ -#macro __SNAP_VERSION "5.7.0" -#macro __SNAP_DATE "2023-04-07" +#macro __SNAP_VERSION "5.8.0" +#macro __SNAP_DATE "2023-04-27" show_debug_message("SNAP: Welcome to SNAP by @jujuadams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE); \ No newline at end of file