Skip to content

Commit 5392a39

Browse files
committed
Bump to version 1.8.2
1 parent f871fca commit 5392a39

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
@@ -5,7 +5,7 @@
55

66
# Crispy
77

8-
Version 1.8.1
8+
Version 1.8.2
99

1010
Unit testing framework built in GML for GameMaker LTS 2022+
1111

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.8.1" // major.minor.patch
5-
#macro CRISPY_DATE "2023-06-17" // yyyy-mm-dd
4+
#macro CRISPY_VERSION "1.8.2" // major.minor.patch
5+
#macro CRISPY_DATE "2023-07-27" // 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)