From bf2f840f5698ee8e3bb9f2aedcefbb53e1d7cad1 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Mon, 2 Nov 2020 14:22:10 +0000 Subject: [PATCH] 0.5.4 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__chatterbox_system/__chatterbox_system.gml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3278819b..8a808e8c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

0.5.3

+

0.5.4

Narrative engine for GameMaker Studio 2.3.0 by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 3c836b2d..71d6c32a 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -1,7 +1,7 @@ { "option_windows_display_name": "Chatterbox", "option_windows_executable_name": "${project_name}", - "option_windows_version": "0.5.2.0", + "option_windows_version": "0.5.4.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "Chatterbox", "option_windows_copyright_info": "@jujuadams (c) 2020", diff --git a/scripts/__chatterbox_system/__chatterbox_system.gml b/scripts/__chatterbox_system/__chatterbox_system.gml index 34ba393c..d19aa76a 100644 --- a/scripts/__chatterbox_system/__chatterbox_system.gml +++ b/scripts/__chatterbox_system/__chatterbox_system.gml @@ -1,7 +1,7 @@ #region Internal Macro Definitions -#macro __CHATTERBOX_VERSION "0.5.3" -#macro __CHATTERBOX_DATE "2020/10/23" +#macro __CHATTERBOX_VERSION "0.5.4" +#macro __CHATTERBOX_DATE "2020/11/02" #macro __CHATTERBOX_VARIABLE_INVALID "__chatterbox_variable_error"