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 a5bffa9 commit fa40995Copy full SHA for fa40995
README.md
@@ -5,7 +5,7 @@
5
6
# Crispy
7
8
-Version 1.8.0
+Version 1.8.1
9
10
Unit testing framework built in GML for GameMaker LTS+
11
scripts/__crispy_config_macros/__crispy_config_macros.gml
@@ -1,8 +1,8 @@
1
#macro CRISPY_NAME "Crispy"
2
#macro CRISPY_AUTHOR "Brent Frymire"
3
#macro CRISPY_REPO "https://github.com/bfrymire/crispy"
4
-#macro CRISPY_VERSION "1.8.0" // major.minor.patch
-#macro CRISPY_DATE "2023-04-24" // yyyy-mm-dd
+#macro CRISPY_VERSION "1.8.1" // major.minor.patch
+#macro CRISPY_DATE "2023-06-17" // 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