diff --git a/manifest.json b/manifest.json index 6b5387c..9204169 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} \ No newline at end of file +} diff --git a/package.json b/package.json index 38ff5a2..6101a79 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 53ccd0e..446f6f9 100644 --- a/versions.json +++ b/versions.json @@ -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" }