From 98bb80964e04794578fbf2c8e38b0496be8461e8 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Wed, 4 Sep 2024 09:32:08 +0100 Subject: [PATCH] 2.16.0 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__ChatterboxConstants/__ChatterboxConstants.gml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0efd74e..99117e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Chatterbox 2.15.1

+

Chatterbox 2.16.0

Narrative engine for GameMaker LTS 2022

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index bf187cd..42fc422 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -4,7 +4,7 @@ "name": "Windows", "option_windows_display_name": "Chatterbox", "option_windows_executable_name": "${project_name}", - "option_windows_version": "2.15.1", + "option_windows_version": "2.16.0", "option_windows_company_info": "Juju Adams", "option_windows_product_info": "Chatterbox", "option_windows_copyright_info": "Juju Adams (c) 2024", diff --git a/scripts/__ChatterboxConstants/__ChatterboxConstants.gml b/scripts/__ChatterboxConstants/__ChatterboxConstants.gml index 38c38a6..09d2b61 100644 --- a/scripts/__ChatterboxConstants/__ChatterboxConstants.gml +++ b/scripts/__ChatterboxConstants/__ChatterboxConstants.gml @@ -11,8 +11,8 @@ // // //////////////////////////////////////////////////////////////////////////// -#macro CHATTERBOX_VERSION "2.15.1" -#macro CHATTERBOX_DATE "2024-08-27" +#macro CHATTERBOX_VERSION "2.16.0" +#macro CHATTERBOX_DATE "2024-09-04" #macro CHATTERBOX_VARIABLES_MAP (__ChatterboxSystem().__variablesMap) #macro CHATTERBOX_VARIABLES_LIST (__ChatterboxSystem().__variablesList)