diff --git a/README.md b/README.md index 0efd74e..99117e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
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)