We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8adfc0 commit c93191eCopy full SHA for c93191e
src/scripts/utils.ts
@@ -7,7 +7,7 @@ import { rewriteRelativeLink } from "../pages/_utils-node";
7
8
// This should correspond to the latest release tag name from
9
// https://github.com/processing/p5.js/releases.
10
-export const latestRelease = "v1.10.0";
+export const latestRelease = "v1.11.0";
11
12
/* Absolute path to the root of this project repo */
13
export const repoRootPath = path.join(
0 commit comments