Skip to content

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Nov 6, 2020
1 parent 28dd579 commit a79e94c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">SNAP: Struct N' Array Parser 3.4.1</h1>
<h1 align="center">SNAP: Struct N' Array Parser 3.4.2</h1>

<p align="center">Easy struct/array saving and loading</p>

<p align="center"><a href="https://github.com/JujuAdams/SNAP/releases/tag/3.4.1">Download the .yymps here</a></p>
<p align="center"><a href="https://github.com/JujuAdams/SNAP/releases/tag/3.4.2">Download the .yymps here</a></p>

<p align="center">Chat about SNAP on the <a href="https://discord.gg/8krYCqr">Discord server</a></p>

Expand Down
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"option_windows_display_name": "SNAP",
"option_windows_executable_name": "${project_name}.exe",
"option_windows_version": "3.4.0.0",
"option_windows_version": "3.4.2.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/snap_to_messagepack/snap_to_messagepack.gml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
///
/// @param struct/array The data to be encoded. Can contain structs, arrays, strings, and numbers. N.B. Will not encode ds_list, ds_map etc.
///
/// @jujuadams 2020-09-13
/// @jujuadams 2020-11-06

//In the general case, functions/methods cannot be deserialised so we default to preventing their serialisation to begin with
//If you'd like to throw an error whenever this function tries to serialise a function/method, set SNAP_MESSAGEPACK_SERIALISE_FUNCTION_NAMES to -1
Expand Down

0 comments on commit a79e94c

Please sign in to comment.