diff --git a/README.md b/README.md index 1ab6e45..965b728 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository contains the following plugins: |   |   | Name | Version | Description | Author | | ----- | ----- | ----- | ----- | ----- | ----- | -| [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.0 | Turns ABC text notation into sheet music | Laurent Cozic | +| [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.1 | Turns ABC text notation into sheet music | Laurent Cozic | | [🏠](https://github.com/maxnegro/joplin-plugin-admonition) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.admonition/plugin.jpl) | Admonition markdown extension | 1.0.3 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli | | [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 2.0.11 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.xUser5000.bibtex/plugin.jpl) | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed | diff --git a/manifests.json b/manifests.json index 0149806..90bc430 100644 --- a/manifests.json +++ b/manifests.json @@ -850,7 +850,7 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.AbcSheetMusic", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.0.1", "name": "ABC Sheet Music Plugin", "description": "Turns ABC text notation into sheet music", "author": "Laurent Cozic", @@ -861,8 +861,8 @@ "abc", "notation" ], - "_publish_hash": "sha256:cc48cb21802f2fa481e258335d59a743feecf874cf6dcd64a4f68084e26bcf6a", - "_publish_commit": "master:74a397db591b57f62d5515e82de210096d957877", + "_publish_hash": "sha256:7aec2e284db20162f67d7e7fd8e7dd9c6644aff1195af609ad1343e4f50d6015", + "_publish_commit": "master:f47c1688833d903cb7dbc2eeb12fdcf45d2c2a6c", "_npm_package_name": "joplin-plugin-abc-sheet-music" }, "com.shantanugoel.JoplinCMLineNumbersPlugin": { diff --git a/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json b/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json index 6f5af39..974562d 100644 --- a/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json +++ b/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.AbcSheetMusic", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.0.1", "name": "ABC Sheet Music Plugin", "description": "Turns ABC text notation into sheet music", "author": "Laurent Cozic", @@ -13,7 +13,7 @@ "abc", "notation" ], - "_publish_hash": "sha256:cc48cb21802f2fa481e258335d59a743feecf874cf6dcd64a4f68084e26bcf6a", - "_publish_commit": "master:74a397db591b57f62d5515e82de210096d957877", + "_publish_hash": "sha256:7aec2e284db20162f67d7e7fd8e7dd9c6644aff1195af609ad1343e4f50d6015", + "_publish_commit": "master:f47c1688833d903cb7dbc2eeb12fdcf45d2c2a6c", "_npm_package_name": "joplin-plugin-abc-sheet-music" } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl b/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl index 9e445c2..e8268e5 100644 Binary files a/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl and b/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl differ