Skip to content

Commit c93191e

Browse files
authored
Update utils.ts to v.1.11.0
1 parent e8adfc0 commit c93191e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { rewriteRelativeLink } from "../pages/_utils-node";
77

88
// This should correspond to the latest release tag name from
99
// https://github.com/processing/p5.js/releases.
10-
export const latestRelease = "v1.10.0";
10+
export const latestRelease = "v1.11.0";
1111

1212
/* Absolute path to the root of this project repo */
1313
export const repoRootPath = path.join(

0 commit comments

Comments
 (0)