From 961f038e176845239233c5fff2ad69fedce14121 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:57:45 +0200 Subject: [PATCH] Update useP5Version.jsx to include 1.11.8 patch --- client/modules/IDE/hooks/useP5Version.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/modules/IDE/hooks/useP5Version.jsx b/client/modules/IDE/hooks/useP5Version.jsx index 6f38eac62..03ba3d0da 100644 --- a/client/modules/IDE/hooks/useP5Version.jsx +++ b/client/modules/IDE/hooks/useP5Version.jsx @@ -12,6 +12,7 @@ export const p5Versions = [ '2.0.2', '2.0.1', '2.0.0', + '1.11.8', '1.11.7', '1.11.6', '1.11.5',