Skip to content

Commit

Permalink
Minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
WeMakeMachines committed Jun 13, 2023
1 parent e55fe53 commit 0c26667
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A Joplin plugin for rendering guitar tablature using the VexTab API 🎼🎸

This will render the image below;

![VexFlow](./vexflow-sample.png)
![VexFlow](vexflow-sample.png)

## VexTab

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-vextab",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"prepare": "npm run dist",
Expand Down
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"manifest_version": 1,
"id": "com.wemakemachines.joplin.plugin.vextab",
"app_min_version": "2.8",
"version": "0.1.0",
"version": "0.1.1",
"name": "VexTab plugin for Joplin",
"description": "A Joplin plugin for rendering guitar tablature using VexTab",
"author": "Franco Speziali",
"homepage_url": "",
"repository_url": "",
"homepage_url": "https://github.com/WeMakeMachines/joplin-plugin-vextab",
"repository_url": "https://github.com/WeMakeMachines/joplin-plugin-vextab",
"keywords": [],
"categories": []
}

0 comments on commit 0c26667

Please sign in to comment.