Skip to content

Commit fddfa0f

Browse files
authored
Merge pull request #807 from processing/beta-npm-version
Fix beta npm version script
2 parents 9c7abd0 + 341d50f commit fddfa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)