Skip to content

Commit c8eeef4

Browse files
committed
Increment Crispy version from 1.7.0 to 1.7.2
1 parent 6a07f4e commit c8eeef4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Crispy
55

6-
Version 1.7.0
6+
Version 1.7.2
77

88
Unit testing framework built in GML for GameMaker LTS
99

scripts/__crispy_config_macros/__crispy_config_macros.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#macro CRISPY_NAME "Crispy"
22
#macro CRISPY_AUTHOR "Brent Frymire"
33
#macro CRISPY_REPO "https://github.com/bfrymire/crispy"
4-
#macro CRISPY_VERSION "1.7.0"
5-
#macro CRISPY_DATE "2023-01-18"
4+
#macro CRISPY_VERSION "1.7.2"
5+
#macro CRISPY_DATE "2023-02-24" // yyyy-mm-dd
66

77
#macro CRISPY_RUN true // Boolean flag that can be used to automatically run tests
88
#macro CRISPY_DEBUG false // Enables outputting extra context on some silent functions

0 commit comments

Comments
 (0)