Skip to content

Commit 1c1cf58

Browse files
authored
Merge branch 'main' into main
2 parents d6596d4 + e698b20 commit 1c1cf58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/p5-version.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const clonedRepoPath = path.join(repoRootPath, "in", "p5.js");
88
const outputFile = path.join(repoRootPath, "src", "globals", "p5-version.ts");
99

1010
const outputString = (version: string) =>
11-
`export const p5Version = "${version}" as const;\n`;
11+
`export const p5Version = "${version}" as const;
12+
export const p5SoundVersion = "0.1.0" as const;\n`;
1213

1314
const run = async () => {
1415
console.log("Reading latest p5 version to update config...");

0 commit comments

Comments
 (0)