We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860ee0d commit 0e87201Copy full SHA for 0e87201
README.md
@@ -5,7 +5,7 @@
5
6
# Crispy
7
8
-Version 1.8.2
+Version 1.8.3
9
10
Unit testing framework built in GML for GameMaker LTS 2022+
11
scripts/__crispy_config_macros/__crispy_config_macros.gml
@@ -3,8 +3,8 @@
3
#macro CRISPY_NAME "Crispy"
4
#macro CRISPY_AUTHOR "Brent Frymire"
#macro CRISPY_REPO "https://github.com/bfrymire/crispy"
-#macro CRISPY_VERSION "1.8.2" // major.minor.patch
-#macro CRISPY_DATE "2023-07-27" // yyyy-mm-dd
+#macro CRISPY_VERSION "1.8.3" // major.minor.patch
+#macro CRISPY_DATE "2023-09-02" // yyyy-mm-dd
#macro CRISPY_RUN true // Boolean flag that can be used to automatically run tests
#macro CRISPY_DEBUG false // Enables outputting extra context on some silent functions
0 commit comments