diff --git a/README.md b/README.md index 79d69abc..fa592e30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,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 9fe81e2a..2a881c7b 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.3.0", + "option_windows_version":"9.3.4.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 45e16a43..576d61ee 100644 --- a/scripts/__scribble_constants/__scribble_constants.gml +++ b/scripts/__scribble_constants/__scribble_constants.gml @@ -11,8 +11,8 @@ // // //////////////////////////////////////////////////////////////////////////// -#macro SCRIBBLE_VERSION "9.3.3" -#macro SCRIBBLE_DATE "2024-10-20" +#macro SCRIBBLE_VERSION "9.3.4" +#macro SCRIBBLE_DATE "2024-11-05" #macro SCRIBBLE_NO_PREPROCESS __scribble_no_preprocessing