Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Nov 1, 2020
1 parent 59f7cd7 commit ba44e9c
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 Parsing 3.4.0</h1>
<h1 align="center">SNAP: Struct N' Array Parsing 3.4.1</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.0">Download the .yymps here</a></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">Chat about SNAP on the <a href="https://discord.gg/8krYCqr">Discord server</a></p>

Expand Down
2 changes: 1 addition & 1 deletion scripts/snap_from_xml/snap_from_xml.gml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/snap_from_yaml/snap_from_yaml.gml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <true>
///
/// @jujuadams 2020-09-20
/// @jujuadams 2020-11-01

enum __SNAP_YAML
{
Expand Down

0 comments on commit ba44e9c

Please sign in to comment.