Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Nov 27, 2022
1 parent 090899d commit 092aabb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.0.0</h1>
<h1 align="center">SNAP 5.1.1</h1>

<p align="center">Data format conversion for GameMaker Studio 2022.9 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.0.0.0",
"option_windows_version": "5.1.1.0",
"option_windows_company_info": "@jujuadams",
"option_windows_product_info": "SNAP",
"option_windows_copyright_info": "@jujuadams 2020",
Expand Down
2 changes: 1 addition & 1 deletion scripts/SnapBufferReadYAML/SnapBufferReadYAML.gml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// @param [trackFieldOrder] Whether to track the order of struct fields as they appear in the YAML string (stored in __snapFieldOrder field on each GML struct). Default to <false>
/// @param [tabSize=2] Size of tabs, measured in "number of spaces". This is used to calculate indentation
///
/// @jujuadams 2022-11-26
/// @jujuadams 2022-11-27

enum __SNAP_YAML
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/SnapFromYAML/SnapFromYAML.gml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// @param [trackFieldOrder] Whether to track the order of struct fields as they appear in the YAML string (stored in __snapFieldOrder field on each GML struct). Default to <false>
/// @param [tabSize=2] Size of tabs, measured in "number of spaces". This is used to calculate indentation
///
/// @jujuadams 2022-10-30
/// @jujuadams 2022-11-27

function SnapFromYAML(_string, _replaceKeywords = true, _tracekFieldOrder = false, _tabSize = 2)
{
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.1.0"
#macro __SNAP_DATE "2022-11-26"
#macro __SNAP_VERSION "5.1.1"
#macro __SNAP_DATE "2022-11-27"

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

0 comments on commit 092aabb

Please sign in to comment.