Skip to content

Commit 0e87201

Browse files
committed
Bump to version 1.8.3
1 parent 860ee0d commit 0e87201

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.2
8+
Version 1.8.3
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
@@ -3,8 +3,8 @@
33
#macro CRISPY_NAME "Crispy"
44
#macro CRISPY_AUTHOR "Brent Frymire"
55
#macro CRISPY_REPO "https://github.com/bfrymire/crispy"
6-
#macro CRISPY_VERSION "1.8.2" // major.minor.patch
7-
#macro CRISPY_DATE "2023-07-27" // yyyy-mm-dd
6+
#macro CRISPY_VERSION "1.8.3" // major.minor.patch
7+
#macro CRISPY_DATE "2023-09-02" // yyyy-mm-dd
88

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

0 commit comments

Comments
 (0)