diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 7ea47e6..683d081 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.13.0", + "option_windows_version": "2.14.0", "option_windows_company_info": "Juju Adams", "option_windows_product_info": "Chatterbox", "option_windows_copyright_info": "Juju Adams (c) 2024", diff --git a/scripts/__ChatterboxSystem/__ChatterboxSystem.gml b/scripts/__ChatterboxSystem/__ChatterboxSystem.gml index df6b3e9..b7aba90 100644 --- a/scripts/__ChatterboxSystem/__ChatterboxSystem.gml +++ b/scripts/__ChatterboxSystem/__ChatterboxSystem.gml @@ -2,8 +2,8 @@ #region Internal Macro Definitions -#macro __CHATTERBOX_VERSION "2.13.0" -#macro __CHATTERBOX_DATE "2024-03-01" +#macro __CHATTERBOX_VERSION "2.14.0" +#macro __CHATTERBOX_DATE "2024-06-14" #macro CHATTERBOX_VARIABLES_MAP global.__chatterboxVariablesMap #macro CHATTERBOX_VARIABLES_LIST global.__chatterboxVariablesList