From d6267d1280b301a206670d1e10f6d04f7c6545d6 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Thu, 3 Jun 2021 15:06:30 +0100 Subject: [PATCH] 3.5.3 --- README.md | 2 +- scripts/snap_from_messagepack/snap_from_messagepack.gml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd91279..34fa0aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP: Struct N' Array Parser 3.5.2

+

SNAP: Struct N' Array Parser 3.5.3

Easy data format saving and loading

diff --git a/scripts/snap_from_messagepack/snap_from_messagepack.gml b/scripts/snap_from_messagepack/snap_from_messagepack.gml index 16d6c10..7b9ce56 100644 --- a/scripts/snap_from_messagepack/snap_from_messagepack.gml +++ b/scripts/snap_from_messagepack/snap_from_messagepack.gml @@ -6,7 +6,7 @@ /// @param [offset] Start position for binary decoding in the buffer. Defaults to 0, the start of the buffer /// @param [destroyBuffer] Set to to destroy the input buffer. Defaults to /// -/// @jujuadams 2020-12-09 +/// @jujuadams 2021-06-03 function snap_from_messagepack() {