From d9c62de99afa925286f4e28d4a4ed7b0d5243484 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Sat, 5 Jun 2021 15:46:56 +0100 Subject: [PATCH] 5.2.1 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__DotobjSystem/__DotobjSystem.gml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aac179c..896468b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

dotobj 5.2.0

+

dotobj 5.2.1

.obj/.mtl loader, written in native GML, for GameMaker Studio 2.3 by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 2e6588a..5f555f2 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -1,7 +1,7 @@ { "option_windows_display_name": "dotobj @jujuadams", "option_windows_executable_name": "${project_name}", - "option_windows_version": "5.2.0.0", + "option_windows_version": "5.2.1.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "dotobj", "option_windows_copyright_info": "@jujuadams", diff --git a/scripts/__DotobjSystem/__DotobjSystem.gml b/scripts/__DotobjSystem/__DotobjSystem.gml index bf0f1c7..efc4081 100644 --- a/scripts/__DotobjSystem/__DotobjSystem.gml +++ b/scripts/__DotobjSystem/__DotobjSystem.gml @@ -1,6 +1,6 @@ //Always date your work! -#macro __DOTOBJ_VERSION "5.2.0" -#macro __DOTOBJ_DATE "2021/06/02" +#macro __DOTOBJ_VERSION "5.2.1" +#macro __DOTOBJ_DATE "2021/06/05" //Some strings to use for defaults. Change these if you so desire. #macro __DOTOBJ_DEFAULT_GROUP "__dotobj_group__"