Skip to content

Commit

Permalink
3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jun 3, 2021
1 parent 5d28874 commit d6267d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: Struct N' Array Parser 3.5.2</h1>
<h1 align="center">SNAP: Struct N' Array Parser 3.5.3</h1>

<p align="center">Easy data format saving and loading</p>

Expand Down
2 changes: 1 addition & 1 deletion scripts/snap_from_messagepack/snap_from_messagepack.gml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <true> to destroy the input buffer. Defaults to <false>
///
/// @jujuadams 2020-12-09
/// @jujuadams 2021-06-03

function snap_from_messagepack()
{
Expand Down

0 comments on commit d6267d1

Please sign in to comment.