Skip to content

Commit 02eb14d

Browse files
committed
Fix beta npm version script
1 parent df16dae commit 02eb14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/scripts/p5-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const p5SoundVersion = "0.2.0" as const;\n`;
1414
const run = async () => {
1515
console.log("Reading latest p5 version to update config...");
1616

17-
await cloneLibraryRepo(clonedRepoPath, p5RepoUrl, "main");
17+
await cloneLibraryRepo(clonedRepoPath, p5RepoUrl, "dev-2.0");
1818

1919
// read version from package.json
2020
const packageConfigContents = await readFile(

0 commit comments

Comments
 (0)