diff --git a/README.md b/README.md index 6681ae9a..55206f4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

2.2.1

+

2.2.2

Narrative engine for GameMaker Studio 2.3 by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 930fe076..b9c76897 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.2.1.0", + "option_windows_version": "2.2.2.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "Chatterbox", "option_windows_copyright_info": "@jujuadams (c) 2021", diff --git a/scripts/__ChatterboxSystem/__ChatterboxSystem.gml b/scripts/__ChatterboxSystem/__ChatterboxSystem.gml index a5d1e6db..25669d38 100644 --- a/scripts/__ChatterboxSystem/__ChatterboxSystem.gml +++ b/scripts/__ChatterboxSystem/__ChatterboxSystem.gml @@ -1,7 +1,7 @@ #region Internal Macro Definitions -#macro __CHATTERBOX_VERSION "2.2.1" -#macro __CHATTERBOX_DATE "2022-01-04" +#macro __CHATTERBOX_VERSION "2.2.2" +#macro __CHATTERBOX_DATE "2022-01-09" #macro __CHATTERBOX_DEBUG_INIT false #macro __CHATTERBOX_DEBUG_LOADER false