From 7e0baea4186594b82ffa77ebb362c91b7b31632e Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Fri, 13 Dec 2024 13:38:38 +0000 Subject: [PATCH] 9.3.5 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__scribble_constants/__scribble_constants.gml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa592e30..0fefadfa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Scribble Deluxe 9.3.4

+

Scribble Deluxe 9.3.5

A feature-packed text renderer, optimised for dynamic effects and dialogue

  diff --git a/options/windows/options_windows.yy b/options/windows/options_windows.yy index 2a881c7b..32d74b7e 100644 --- a/options/windows/options_windows.yy +++ b/options/windows/options_windows.yy @@ -29,7 +29,7 @@ "option_windows_steam_use_alternative_launcher":false, "option_windows_texture_page":"2048x2048", "option_windows_use_splash":false, - "option_windows_version":"9.3.4.0", + "option_windows_version":"9.3.5.0", "option_windows_vsync":false, "resourceType":"GMWindowsOptions", "resourceVersion":"2.0", diff --git a/scripts/__scribble_constants/__scribble_constants.gml b/scripts/__scribble_constants/__scribble_constants.gml index 576d61ee..56c50508 100644 --- a/scripts/__scribble_constants/__scribble_constants.gml +++ b/scripts/__scribble_constants/__scribble_constants.gml @@ -11,8 +11,8 @@ // // //////////////////////////////////////////////////////////////////////////// -#macro SCRIBBLE_VERSION "9.3.4" -#macro SCRIBBLE_DATE "2024-11-05" +#macro SCRIBBLE_VERSION "9.3.5" +#macro SCRIBBLE_DATE "2024-12-13" #macro SCRIBBLE_NO_PREPROCESS __scribble_no_preprocessing