Skip to content

Commit

Permalink
5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jan 2, 2023
1 parent ba1131a commit 5b5a901
Show file tree
Hide file tree
Showing 4 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.1.2</h1>
<h1 align="center">SNAP 5.1.3</h1>

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

Expand Down
4 changes: 2 additions & 2 deletions options/windows/options_windows.yy
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"name": "Windows",
"option_windows_display_name": "SNAP",
"option_windows_executable_name": "${project_name}.exe",
"option_windows_version": "5.1.2.0",
"option_windows_version": "5.1.3.0",
"option_windows_company_info": "@jujuadams",
"option_windows_product_info": "SNAP",
"option_windows_copyright_info": "@jujuadams 2022",
"option_windows_copyright_info": "@jujuadams 2023",
"option_windows_description_info": "SNAP",
"option_windows_display_cursor": true,
"option_windows_icon": "${base_options_dir}/windows/icons/icon.ico",
Expand Down
2 changes: 1 addition & 1 deletion scripts/SnapBufferReadCSV/SnapBufferReadCSV.gml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// @param [cellDelimiter] Character to use to indicate where cells start and end. First 127 ASCII chars only. Defaults to a comma
/// @param [stringDelimiter] Character to use to indicate where strings start and end. First 127 ASCII chars only. Defaults to a double quote
///
/// @jujuadams 2022-10-30
/// @jujuadams 2023-01-02

function SnapBufferReadCSV(_buffer, _inOffset, _inSize = undefined, _cellDelimiter = ",", _stringDelimiter = "\"")
{
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.2"
#macro __SNAP_DATE "2022-12-11"
#macro __SNAP_VERSION "5.1.3"
#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 5b5a901

Please sign in to comment.