diff --git a/README.md b/README.md index 0292f73..6dcd447 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP 5.5.0

+

SNAP 5.5.1

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 46f09d5..5f01344 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.0.0", + "option_windows_version": "5.5.1.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 63a1498..8abb1a5 100644 --- a/scripts/__SnapSystem/__SnapSystem.gml +++ b/scripts/__SnapSystem/__SnapSystem.gml @@ -1,4 +1,4 @@ -#macro __SNAP_VERSION "5.5.0" +#macro __SNAP_VERSION "5.5.1" #macro __SNAP_DATE "2023-03-05" show_debug_message("SNAP: Welcome to SNAP by @jujuadams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE); \ No newline at end of file