From f9365be726ab34e60caf61f35c8414f683d2685e Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 13 Aug 2024 11:27:55 +0100 Subject: [PATCH] 9.2.0 --- README.md | 2 +- options/windows/options_windows.yy | 2 +- scripts/__scribble_system/__scribble_system.gml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2929e31..e89c0869 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Scribble Deluxe 9.1.0

+

Scribble Deluxe 9.2.0

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 090b6eee..7bb3b0ff 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.1.0.0", + "option_windows_version":"9.2.0.0", "option_windows_vsync":false, "resourceType":"GMWindowsOptions", "resourceVersion":"2.0", diff --git a/scripts/__scribble_system/__scribble_system.gml b/scripts/__scribble_system/__scribble_system.gml index c28e1dec..4c17bb5a 100644 --- a/scripts/__scribble_system/__scribble_system.gml +++ b/scripts/__scribble_system/__scribble_system.gml @@ -1,7 +1,7 @@ // Feather disable all // @jujuadams -#macro __SCRIBBLE_VERSION "9.1.0" -#macro __SCRIBBLE_DATE "2024-07-23" +#macro __SCRIBBLE_VERSION "9.2.0" +#macro __SCRIBBLE_DATE "2024-08-13" #macro __SCRIBBLE_DEBUG false #macro __SCRIBBLE_VERBOSE_GC false #macro __SCRIBBLE_RUNNING_FROM_IDE (GM_build_type == "run")