diff --git a/manifest.json b/manifest.json index 20aa809..f2d8b2f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tag-page-md", "name": "Tag Page", - "version": "0.0.6", + "version": "0.0.7", "minAppVersion": "0.15.0", "description": "Dynamically generate and update tag-specific pages, offering a consolidated view of each tag's references across your vault.", "author": "Matthew Sumpter", diff --git a/package.json b/package.json index d1f557d..6e9ee5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-page-md", - "version": "0.0.6", + "version": "0.0.7", "description": "An Obsidian Extension for creating pages to capture all note content with a given tag.", "main": "main.js", "scripts": { @@ -8,7 +8,7 @@ "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json" }, - "keywords": [], + "keywords": ["obsidian", "plugin", "tag"], "author": "mjsumpter", "license": "MIT", "devDependencies": {