Skip to content

Commit 86ec62c

Browse files
chore(release): 1.0.1
Patch release fixing the chart window not opening on installed (Developer-Mode-off) builds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e82dfd7 commit 86ec62c

2 files changed

Lines changed: 2 additions & 2 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": "Sheet Music",
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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ableton-sheet-music-extension",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "View an Ableton Live MIDI clip as sheet music, transpose it for any instrument, and export MusicXML / PDF / PNG.",
55
"license": "MIT",
66
"main": "dist/extension.js",

0 commit comments

Comments
 (0)