diff --git a/README.md b/README.md index 42725cfd..79d35fcb 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 50e09d5e..4bbfafb7 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.0.0", + "option_windows_version":"9.3.1.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 408b1ce0..d258c4ab 100644 --- a/scripts/__scribble_constants/__scribble_constants.gml +++ b/scripts/__scribble_constants/__scribble_constants.gml @@ -11,8 +11,8 @@ // // //////////////////////////////////////////////////////////////////////////// -#macro SCRIBBLE_VERSION "9.3.0" -#macro SCRIBBLE_DATE "2024-08-27" +#macro SCRIBBLE_VERSION "9.3.1" +#macro SCRIBBLE_DATE "2024-09-11" #macro SCRIBBLE_NO_PREPROCESS (function(_string) { return _string; })