From ba44e9c2ef43a896bd4cfdc9992fe547ffaf796f Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Sun, 1 Nov 2020 11:47:27 +0000 Subject: [PATCH] 3.4.1 --- README.md | 4 ++-- scripts/snap_from_xml/snap_from_xml.gml | 2 +- scripts/snap_from_yaml/snap_from_yaml.gml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b749fa7..dc77649 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -

SNAP: Struct N' Array Parsing 3.4.0

+

SNAP: Struct N' Array Parsing 3.4.1

Easy struct/array saving and loading

-

Download the .yymps here

+

Download the .yymps here

Chat about SNAP on the Discord server

diff --git a/scripts/snap_from_xml/snap_from_xml.gml b/scripts/snap_from_xml/snap_from_xml.gml index f62dc59..aa93add 100644 --- a/scripts/snap_from_xml/snap_from_xml.gml +++ b/scripts/snap_from_xml/snap_from_xml.gml @@ -4,7 +4,7 @@ /// /// @param string The XML string to be decoded /// -/// @jujuadams 2020-06-14 +/// @jujuadams 2020-10-14 function snap_from_xml(_string) { diff --git a/scripts/snap_from_yaml/snap_from_yaml.gml b/scripts/snap_from_yaml/snap_from_yaml.gml index affa596..9f98439 100644 --- a/scripts/snap_from_yaml/snap_from_yaml.gml +++ b/scripts/snap_from_yaml/snap_from_yaml.gml @@ -8,7 +8,7 @@ /// @param string The YAML string to be decoded /// @param [replaceKeywords] Whether to replace keywords (true, false, null) with boolean/undefined equivalents. Default to /// -/// @jujuadams 2020-09-20 +/// @jujuadams 2020-11-01 enum __SNAP_YAML {