diff --git a/README.md b/README.md index d03ceddd..79d69abc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Scribble Deluxe 9.3.2

+

Scribble Deluxe 9.3.3

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 9abf770c..9fe81e2a 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.2.1", + "option_windows_version":"9.3.3.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 1193fec2..45e16a43 100644 --- a/scripts/__scribble_constants/__scribble_constants.gml +++ b/scripts/__scribble_constants/__scribble_constants.gml @@ -11,7 +11,7 @@ // // //////////////////////////////////////////////////////////////////////////// -#macro SCRIBBLE_VERSION "9.3.2.1" +#macro SCRIBBLE_VERSION "9.3.3" #macro SCRIBBLE_DATE "2024-10-20" #macro SCRIBBLE_NO_PREPROCESS __scribble_no_preprocessing