Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Dec 10, 2021
1 parent 9fc8444 commit dc45a52
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 1.0.0</h1>
<h1 align="center">Coroutines 1.1.0</h1>

<p align="center">Asynchronous execution in GML for GameMaker Studio 2.3.6 and above 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 "1.0.0"
#macro __COROUTINES_DATE "2021-12-05"
#macro __COROUTINES_VERSION "1.1.0"
#macro __COROUTINES_DATE "2021-12-10"

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

Expand Down

0 comments on commit dc45a52

Please sign in to comment.