Skip to content

Commit

Permalink
Increment crispy version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrymire committed Jul 21, 2022
1 parent 2bba0c8 commit 24d7715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions scripts/__crispy_config_macros/__crispy_config_macros.gml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 24d7715

Please sign in to comment.