From 0c26667ef1dc906b9b3b7d69657e7afe1505e6b2 Mon Sep 17 00:00:00 2001 From: Franco Speziali Date: Tue, 13 Jun 2023 08:57:26 +0200 Subject: [PATCH] Minor documentation update --- README.md | 2 +- package.json | 2 +- src/manifest.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 910f1aa..7dfd546 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 7cfc8c7..05d21cb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/manifest.json b/src/manifest.json index 8890847..7a7139e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": [] } \ No newline at end of file