Skip to content

Commit

Permalink
Update package/manifest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsumpter committed Sep 25, 2023
1 parent 16038d5 commit 4296c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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": {
"dev": "node esbuild.config.mjs",
"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": {
Expand Down

0 comments on commit 4296c45

Please sign in to comment.