Skip to content

Commit 20b3a37

Browse files
madisonrickertcodex
andcommitted
release: prep AbleVSEP 1.0.1
- bump manifest/package/error-dialog versions to 1.0.1 - rebuild and package release/AbleVSEP-1.0.1.ablx Tests: npm test; npm run package Co-Authored-By: Codex <[email protected]>
1 parent 7331e05 commit 20b3a37

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "AbleVSEP",
33
"author": "Madison Rickert",
44
"entry": "dist/extension.js",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"minimumApiVersion": "1.0.0"
77
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mvsep-ableton-extension",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AbleVSEP — Ableton Live extension that separates audio clips into stems via mvsep.com",
55
"license": "MIT",
66
"main": "dist/extension.js",

src/error-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ExtensionContext } from "@ableton-extensions/sdk";
22

33
const REPO = "madisonrickert/ablevsep";
44
/** Keep in sync with manifest.json / package.json. */
5-
export const APP_VERSION = "1.0.0";
5+
export const APP_VERSION = "1.0.1";
66

77
function escapeHtml(s: string): string {
88
return s.replace(/[&<>"]/g, (c) => ({ "&": "&amp;", "<": "&lt;", ">": "&gt;", '"': "&quot;" }[c]!));

0 commit comments

Comments
 (0)