From 63afcfba8e6254550e10ce85b3445350e0e5b061 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Wed, 3 Nov 2021 22:23:16 +0000 Subject: [PATCH] 0.2.1 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__CoroutinesSystem/__CoroutinesSystem.gml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37c14a0..da3ed83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Coroutines 0.2.0

+

Coroutines 0.2.1

Asynchronous execution in GML for GameMaker Studio 2.3.6 by @jujuadams

diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index c6d96b2..e866423 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -1,7 +1,7 @@ { "option_windows_display_name": "Coroutines", "option_windows_executable_name": "${project_name}.exe", - "option_windows_version": "0.2.0.0", + "option_windows_version": "0.2.1.0", "option_windows_company_info": "@jujuadams", "option_windows_product_info": "Coroutines", "option_windows_copyright_info": "@jujuadams (c) 2021", diff --git a/scripts/__CoroutinesSystem/__CoroutinesSystem.gml b/scripts/__CoroutinesSystem/__CoroutinesSystem.gml index fe58d54..e59281e 100644 --- a/scripts/__CoroutinesSystem/__CoroutinesSystem.gml +++ b/scripts/__CoroutinesSystem/__CoroutinesSystem.gml @@ -1,4 +1,4 @@ -#macro __COROUTINES_VERSION "0.2.0" +#macro __COROUTINES_VERSION "0.2.1" #macro __COROUTINES_DATE "2021-11-03" #macro __COROUTINES_CHECK_SYNTAX true