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 6a07f4e commit c8eeef4Copy full SHA for c8eeef4
README.md
@@ -3,7 +3,7 @@
3
4
# Crispy
5
6
-Version 1.7.0
+Version 1.7.2
7
8
Unit testing framework built in GML for GameMaker LTS
9
scripts/__crispy_config_macros/__crispy_config_macros.gml
@@ -1,8 +1,8 @@
1
#macro CRISPY_NAME "Crispy"
2
#macro CRISPY_AUTHOR "Brent Frymire"
#macro CRISPY_REPO "https://github.com/bfrymire/crispy"
-#macro CRISPY_VERSION "1.7.0"
-#macro CRISPY_DATE "2023-01-18"
+#macro CRISPY_VERSION "1.7.2"
+#macro CRISPY_DATE "2023-02-24" // 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