diff --git a/README.md b/README.md index e468c2c..26750fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

SNAP 5.0.0

+

SNAP 5.1.1

Data format conversion for GameMaker Studio 2022.9 by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index c7d8a88..05c487c 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -4,7 +4,7 @@ "name": "Windows", "option_windows_display_name": "SNAP", "option_windows_executable_name": "${project_name}.exe", - "option_windows_version": "5.0.0.0", + "option_windows_version": "5.1.1.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "SNAP", "option_windows_copyright_info": "@jujuadams 2020", diff --git a/scripts/SnapBufferReadYAML/SnapBufferReadYAML.gml b/scripts/SnapBufferReadYAML/SnapBufferReadYAML.gml index 4ee06c3..86128c5 100644 --- a/scripts/SnapBufferReadYAML/SnapBufferReadYAML.gml +++ b/scripts/SnapBufferReadYAML/SnapBufferReadYAML.gml @@ -11,7 +11,7 @@ /// @param [trackFieldOrder] Whether to track the order of struct fields as they appear in the YAML string (stored in __snapFieldOrder field on each GML struct). Default to /// @param [tabSize=2] Size of tabs, measured in "number of spaces". This is used to calculate indentation /// -/// @jujuadams 2022-11-26 +/// @jujuadams 2022-11-27 enum __SNAP_YAML { diff --git a/scripts/SnapFromYAML/SnapFromYAML.gml b/scripts/SnapFromYAML/SnapFromYAML.gml index 61de5f2..42de010 100644 --- a/scripts/SnapFromYAML/SnapFromYAML.gml +++ b/scripts/SnapFromYAML/SnapFromYAML.gml @@ -5,7 +5,7 @@ /// @param [trackFieldOrder] Whether to track the order of struct fields as they appear in the YAML string (stored in __snapFieldOrder field on each GML struct). Default to /// @param [tabSize=2] Size of tabs, measured in "number of spaces". This is used to calculate indentation /// -/// @jujuadams 2022-10-30 +/// @jujuadams 2022-11-27 function SnapFromYAML(_string, _replaceKeywords = true, _tracekFieldOrder = false, _tabSize = 2) { diff --git a/scripts/__SnapSystem/__SnapSystem.gml b/scripts/__SnapSystem/__SnapSystem.gml index 96a3f45..e19d137 100644 --- a/scripts/__SnapSystem/__SnapSystem.gml +++ b/scripts/__SnapSystem/__SnapSystem.gml @@ -1,4 +1,4 @@ -#macro __SNAP_VERSION "5.1.0" -#macro __SNAP_DATE "2022-11-26" +#macro __SNAP_VERSION "5.1.1" +#macro __SNAP_DATE "2022-11-27" show_debug_message("SNAP: Welcome to SNAP by @jujuadams! This is version " + __SNAP_VERSION + ", " + __SNAP_DATE); \ No newline at end of file