diff --git a/README.md b/README.md index af652a9..cccaca8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -

SNAP: Struct N' Array Parser 3.4.1

+

SNAP: Struct N' Array Parser 3.4.2

Easy struct/array saving and loading

-

Download the .yymps here

+

Download the .yymps here

Chat about SNAP on the Discord server

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 3caaa0f..686d059 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -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", diff --git a/scripts/snap_to_messagepack/snap_to_messagepack.gml b/scripts/snap_to_messagepack/snap_to_messagepack.gml index a0f0af9..e9ae912 100644 --- a/scripts/snap_to_messagepack/snap_to_messagepack.gml +++ b/scripts/snap_to_messagepack/snap_to_messagepack.gml @@ -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