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.
2 parents dc7f728 + f02e903 commit e698b20Copy full SHA for e698b20
src/scripts/p5-version.ts
@@ -8,7 +8,8 @@ const clonedRepoPath = path.join(repoRootPath, "in", "p5.js");
8
const outputFile = path.join(repoRootPath, "src", "globals", "p5-version.ts");
9
10
const outputString = (version: string) =>
11
- `export const p5Version = "${version}" as const;\n`;
+ `export const p5Version = "${version}" as const;
12
+export const p5SoundVersion = "0.1.0" as const;\n`;
13
14
const run = async () => {
15
console.log("Reading latest p5 version to update config...");
0 commit comments