Skip to content

Commit 0c69d49

Browse files
committed
4.2.0
1 parent b034d1a commit 0c69d49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center"><img src="https://raw.githubusercontent.com/JujuAdams/Snitch/master/LOGO.png" style="display:block; margin:auto; width:300px"></p>
22

3-
<h1 align="center">Snitch 4.1.1</h1>
3+
<h1 align="center">Snitch 4.2.0</h1>
44

55
<p align="center">Logging and crash handling system for GameMaker 2022 LTS by <a href="https://www.jujuadams.com/" target="_blank">Juju Adams</a></p>
66

options/windows/options_windows.yy

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/__SnitchMacros/__SnitchMacros.gml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Log4j - https://logging.apache.org/log4j/2.x/manual/layouts.html
22

3-
#macro SNITCH_VERSION "4.1.1"
4-
#macro SNITCH_DATE "2023-06-02"
3+
#macro SNITCH_VERSION "4.2.0"
4+
#macro SNITCH_DATE "2023-06-09"
55
#macro SNITCH_OS_NAME (__SnitchState().__OSName)
66
#macro SNITCH_OS_VERSION (__SnitchState().__OSVersion)
77
#macro SNITCH_ENVIRONMENT_NAME (__SnitchState().__EnvironmentName)

0 commit comments

Comments
 (0)