Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jan 2, 2023
1 parent 5b5a901 commit 608681a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.3</h1>
<h1 align="center">SNAP 5.2.0</h1>

<p align="center">Data format conversion 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.1.3.0",
"option_windows_version": "5.2.0.0",
"option_windows_company_info": "@jujuadams",
"option_windows_product_info": "SNAP",
"option_windows_copyright_info": "@jujuadams 2023",
Expand Down
2 changes: 1 addition & 1 deletion scripts/__SnapSystem/__SnapSystem.gml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#macro __SNAP_VERSION "5.1.3"
#macro __SNAP_VERSION "5.2.0"
#macro __SNAP_DATE "2023-01-02"

show_debug_message("SNAP: Welcome to SNAP by @jujuadams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE);

0 comments on commit 608681a

Please sign in to comment.