diff --git a/README.md b/README.md index 13b599b..c2ad240 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Crispy -Version 1.5.0 +Version 1.5.2 Unit testing framework built in GML for GameMaker Studio 2.3.6+ @@ -26,7 +26,7 @@ Expand upon the code to suit your testing needs. * [Go to the Crispy Wiki](https://github.com/bfrymire/crispy/wiki) -## Credits +## Attributes * Color palette from [Dracula Theme](https://github.com/dracula/dracula-theme#color-palette) diff --git a/scripts/__crispy_config_macros/__crispy_config_macros.gml b/scripts/__crispy_config_macros/__crispy_config_macros.gml index e36ad5a..e6753b7 100644 --- a/scripts/__crispy_config_macros/__crispy_config_macros.gml +++ b/scripts/__crispy_config_macros/__crispy_config_macros.gml @@ -1,7 +1,7 @@ #macro CRISPY_NAME "Crispy" #macro CRISPY_AUTHOR "Brent Frymire" -#macro CRISPY_VERSION "1.5.0" -#macro CRISPY_DATE "2022-3-6" +#macro CRISPY_VERSION "1.5.2" +#macro CRISPY_DATE "2022-7-21" #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