We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c7abd0 + 341d50f commit fddfa0fCopy full SHA for fddfa0f
src/scripts/p5-version.ts
@@ -14,7 +14,7 @@ export const p5SoundVersion = "0.2.0" as const;\n`;
14
const run = async () => {
15
console.log("Reading latest p5 version to update config...");
16
17
- await cloneLibraryRepo(clonedRepoPath, p5RepoUrl, "main");
+ await cloneLibraryRepo(clonedRepoPath, p5RepoUrl, "dev-2.0");
18
19
// read version from package.json
20
const packageConfigContents = await readFile(
0 commit comments