diff --git a/README.md b/README.md index 9961d350..0b3beb32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

2.7.0

+

2.7.1

Narrative engine for GameMaker by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 4c00c2e5..18903807 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": "2.7.0.0", + "option_windows_version": "2.7.1.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "Chatterbox", "option_windows_copyright_info": "@jujuadams (c) 2022", diff --git a/scripts/__ChatterboxSystem/__ChatterboxSystem.gml b/scripts/__ChatterboxSystem/__ChatterboxSystem.gml index c20720b6..e48fcebf 100644 --- a/scripts/__ChatterboxSystem/__ChatterboxSystem.gml +++ b/scripts/__ChatterboxSystem/__ChatterboxSystem.gml @@ -1,7 +1,7 @@ #region Internal Macro Definitions -#macro __CHATTERBOX_VERSION "2.7.0" -#macro __CHATTERBOX_DATE "2022-07-31" +#macro __CHATTERBOX_VERSION "2.7.1" +#macro __CHATTERBOX_DATE "2022-08-01" #macro CHATTERBOX_CURRENT global.__chatterboxCurrent