diff --git a/README.md b/README.md index 74323eb6..97307534 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
Narrative engine for GameMaker by @jujuadams
diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 29b670ab..c61b9371 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.5.1.0", + "option_windows_version": "2.6.0.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 60f972a7..07956bfb 100644 --- a/scripts/__ChatterboxSystem/__ChatterboxSystem.gml +++ b/scripts/__ChatterboxSystem/__ChatterboxSystem.gml @@ -1,7 +1,7 @@ #region Internal Macro Definitions -#macro __CHATTERBOX_VERSION "2.5.1" -#macro __CHATTERBOX_DATE "2022-07-02" +#macro __CHATTERBOX_VERSION "2.6.0" +#macro __CHATTERBOX_DATE "2022-07-03" #macro CHATTERBOX_CURRENT global.__chatterboxCurrent