Skip to content

Commit

Permalink
5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Apr 7, 2023
1 parent 75e5869 commit d9554cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">SNAP 5.6.0</h1>
<h1 align="center">SNAP 5.7.0</h1>

<p align="center">Data format converters for GameMaker Studio 2022 LTS by <b>@jujuadams</b></p>

Expand Down
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions scripts/__SnapSystem/__SnapSystem.gml
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit d9554cb

Please sign in to comment.