Skip to content

Commit

Permalink
6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed May 12, 2024
1 parent aaf247d commit 68c898c
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,5 +1,5 @@
<p align="center"><img src="https://raw.githubusercontent.com/JujuAdams/SNAP/master/LOGO.png" style="display:block; margin:auto; width:300px"></p>
<h1 align="center">SNAP 6.1.1</h1>
<h1 align="center">SNAP 6.1.2</h1>

<p align="center">Data format converters for GameMaker Studio 2022 LTS</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": "6.1.1.0",
"option_windows_version": "6.1.2.0",
"option_windows_company_info": "Juju Adams",
"option_windows_product_info": "SNAP",
"option_windows_copyright_info": "Juju Adams 2024",
Expand Down
4 changes: 2 additions & 2 deletions scripts/__SnapSystem/__SnapSystem.gml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Feather disable all
#macro __SNAP_VERSION "6.1.1"
#macro __SNAP_DATE "2024-01-22"
#macro __SNAP_VERSION "6.1.2"
#macro __SNAP_DATE "2024-05-12"

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

0 comments on commit 68c898c

Please sign in to comment.