diff --git a/manifest.json b/manifest.json index 03e10ae..74fe0ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-metronome-plugin", "name": "Metronome", - "version": "0.8.0", + "version": "0.8.1", "minAppVersion": "0.12.19", "description": "Add interactive metronomes to your notes.", "author": "Curt Grimes", diff --git a/package.json b/package.json index 7094238..3a2595f 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name": "obsidian-sample-plugin", - "version": "0.12.0", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "name": "obsidian-metronome-plugin", + "version": "0.8.1", + "description": "Add interactive metronomes to your notes.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "node esbuild.config.mjs production" }, "keywords": [], - "author": "", + "author": "Curt Grimes", "license": "MIT", "devDependencies": { "@hkh12/node-calc": "^4.2.1", diff --git a/versions.json b/versions.json index 5578c29..bd13041 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "0.6.0": "0.12.19", "0.6.1": "0.12.19", "0.7.0": "0.12.19", - "0.8.0": "0.12.19" + "0.8.0": "0.12.19", + "0.8.1": "0.12.19" } \ No newline at end of file