Skip to content

Commit

Permalink
🐛 Fix identifier mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Nov 22, 2020
1 parent 6fab264 commit 0013472
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-plugin-abcjs",
"id": "music-code-blocks",
"name": "Music notation",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.9.15",
"description": "Plugin which renders music notation from code blocks. Uses the `abc` language.",
"description": "Plugin which renders music notation from code blocks. Uses the `music-abc` language.",
"author": "Til Blechschmidt",
"authorUrl": "https://github.com/TilBlechschmidt/obsidian-plugin-abcjs",
"isDesktopOnly": false
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-plugin-abcjs",
"version": "1.0.1",
"description": "Plugin which renders music notation from code blocks. Uses the `abc` language.",
"name": "obsidian-plugin-music-code-blocks",
"version": "1.0.2",
"description": "Plugin which renders music notation from code blocks. Uses the `music-abc` language.",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "0.9.15",
"1.0.1": "0.9.15"
"1.0.1": "0.9.15",
"1.0.2": "0.9.15"
}

0 comments on commit 0013472

Please sign in to comment.