Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jan 22, 2024
1 parent 8d050ea commit 5647abc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.0</h1>
<h1 align="center">SNAP 6.1.1</h1>

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

Expand Down
6 changes: 3 additions & 3 deletions options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.0"
#macro __SNAP_DATE "2023-11-03"
#macro __SNAP_VERSION "6.1.1"
#macro __SNAP_DATE "2024-01-22"

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

0 comments on commit 5647abc

Please sign in to comment.