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 f871fca commit 5392a39Copy full SHA for 5392a39
README.md
@@ -5,7 +5,7 @@
5
6
# Crispy
7
8
-Version 1.8.1
+Version 1.8.2
9
10
Unit testing framework built in GML for GameMaker LTS 2022+
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.1" // major.minor.patch
-#macro CRISPY_DATE "2023-06-17" // yyyy-mm-dd
+#macro CRISPY_VERSION "1.8.2" // major.minor.patch
+#macro CRISPY_DATE "2023-07-27" // 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