Skip to content

Commit

Permalink
Update search indices and p5.js version number
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Nov 28, 2024
1 parent 428c989 commit 8a89c9b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/search-indices/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/es.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/hi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/ko.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/search-indices/zh-Hans.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/globals/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const sketchesPerPage = 12 as const;
export const eventsPerPage = 12 as const;

export const cdnLibraryUrl =
import.meta.env.PUBLIC_P5_LIBRARY_PATH ||
import.meta.env?.PUBLIC_P5_LIBRARY_PATH ||
(`https://cdn.jsdelivr.net/npm/p5@${p5Version}/lib/p5.min.js` as const);
export const fullDownloadUrl =
`https://github.com/processing/p5.js/releases/download/v${p5Version}/p5.zip` as const;
Expand Down
2 changes: 1 addition & 1 deletion src/globals/p5-version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const p5Version = "1.11.1" as const;
export const p5Version = "1.11.2" as const;
export const p5SoundVersion = "0.1.0" as const;

0 comments on commit 8a89c9b

Please sign in to comment.