Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Nov 3, 2021
1 parent f0b2745 commit e5d47db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Coroutines 0.1.0</h1>
<h1 align="center">Coroutines 0.2.0</h1>

<p align="center">Asynchronous execution in GML for GameMaker Studio 2.3 by <b>@jujuadams</b></p>

Expand Down
2 changes: 1 addition & 1 deletion options/windows/options_windows.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/__CoroutinesSystem/__CoroutinesSystem.gml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#macro __COROUTINES_VERSION "0.1.0"
#macro __COROUTINES_DATE "2021-10-31"
#macro __COROUTINES_VERSION "0.2.0"
#macro __COROUTINES_DATE "2021-11-03"
#macro __COROUTINES_CHECK_SYNTAX true

show_debug_message("Welcome to Coroutines by @jujuadams! This is version " + __COROUTINES_VERSION + ", " + __COROUTINES_DATE);
Expand Down

0 comments on commit e5d47db

Please sign in to comment.