diff --git a/README.md b/README.md index 63acdde..b47194a 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.2 | 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.3 | 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.1.0 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli | | [🏠](https://github.com/nickhobbs94/joplin-plugin-advanced-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl) | Advanced Tagging Rules | 1.2.0 | Allow tags to be subsets of other tags, write rules to move tagged notes to a folder | Nicholas Hobbs | | [🏠](https://discourse.joplinapp.org/t/agenda/21158) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl) | Agenda | 3.7.1 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | diff --git a/manifests.json b/manifests.json index 21dba47..c5262ea 100644 --- a/manifests.json +++ b/manifests.json @@ -827,20 +827,21 @@ "org.joplinapp.plugins.AbcSheetMusic": { "manifest_version": 1, "id": "org.joplinapp.plugins.AbcSheetMusic", - "app_min_version": "2.2", - "version": "1.0.2", + "app_min_version": "2.13.5", + "version": "1.0.3", "name": "ABC Sheet Music Plugin", "description": "Turns ABC text notation into sheet music", "author": "Laurent Cozic", "homepage_url": "https://github.com/joplin/plugin-abc-sheet-music", "repository_url": "https://github.com/joplin/plugin-abc-sheet-music", + "category": "viewer", "keywords": [ "sheet music", "abc", "notation" ], - "_publish_hash": "sha256:124768ce4905015ebe751110a52473ef2d3007e31b879c2cf600501a6fcde735", - "_publish_commit": "master:4d46fd7138cdce2a2857c840860f5a2e162aed6e", + "_publish_hash": "sha256:15c07e289e3964059b2f74e64c008f22ed5ce7fe4a5523ae3e0288bcb0f784e2", + "_publish_commit": "master:d010080aba70755b7193a5f58601d49b96976c06", "_npm_package_name": "joplin-plugin-abc-sheet-music", "_recommended": true }, diff --git a/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json b/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json index 3013443..f4a7b7c 100644 --- a/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json +++ b/plugins/org.joplinapp.plugins.AbcSheetMusic/manifest.json @@ -1,19 +1,20 @@ { "manifest_version": 1, "id": "org.joplinapp.plugins.AbcSheetMusic", - "app_min_version": "2.2", - "version": "1.0.2", + "app_min_version": "2.13.5", + "version": "1.0.3", "name": "ABC Sheet Music Plugin", "description": "Turns ABC text notation into sheet music", "author": "Laurent Cozic", "homepage_url": "https://github.com/joplin/plugin-abc-sheet-music", "repository_url": "https://github.com/joplin/plugin-abc-sheet-music", + "category": "viewer", "keywords": [ "sheet music", "abc", "notation" ], - "_publish_hash": "sha256:124768ce4905015ebe751110a52473ef2d3007e31b879c2cf600501a6fcde735", - "_publish_commit": "master:4d46fd7138cdce2a2857c840860f5a2e162aed6e", + "_publish_hash": "sha256:15c07e289e3964059b2f74e64c008f22ed5ce7fe4a5523ae3e0288bcb0f784e2", + "_publish_commit": "master:d010080aba70755b7193a5f58601d49b96976c06", "_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 4c2d350..1ebfb4a 100644 Binary files a/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl and b/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl differ