From c386bf06000bfda3e484bb1aca1d46898ef55c69 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 19 Jan 2021 12:56:16 +0000 Subject: [PATCH] 1.1.1 --- options/windows/options_windows.yy | 2 +- scripts/__chatterbox_system/__chatterbox_system.gml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index c1443342..a21c06b1 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": "1.0.0.0", + "option_windows_version": "1.1.1.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "Chatterbox", "option_windows_copyright_info": "@jujuadams (c) 2020", diff --git a/scripts/__chatterbox_system/__chatterbox_system.gml b/scripts/__chatterbox_system/__chatterbox_system.gml index adffc65e..79d467e0 100644 --- a/scripts/__chatterbox_system/__chatterbox_system.gml +++ b/scripts/__chatterbox_system/__chatterbox_system.gml @@ -1,6 +1,6 @@ #region Internal Macro Definitions -#macro __CHATTERBOX_VERSION "1.1.0" +#macro __CHATTERBOX_VERSION "1.1.1" #macro __CHATTERBOX_DATE "2021/01/19" #macro __CHATTERBOX_ON_MOBILE ((os_type == os_ios) || (os_type == os_android))