Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const TOOL_VERSION = "0.7.1";
export const TOOL_VERSION = "0.8.0";
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vault-inspector",
"name": "Vault Inspector",
"version": "0.7.1",
"version": "0.8.0",
"minAppVersion": "1.7.2",
"description": "Scan your vault for maintenance problems: broken links, orphan attachments, duplicate files, frontmatter inconsistencies, unused tags, and large files.",
"author": "Roger Deng",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vault-inspector",
"version": "0.7.1",
"version": "0.8.0",
"description": "Scan an Obsidian vault for long-term maintenance problems.",
"main": "main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"0.5.1": "1.7.2",
"0.6.0": "1.7.2",
"0.7.0": "1.7.2",
"0.7.1": "1.7.2"
"0.7.1": "1.7.2",
"0.8.0": "1.7.2"
}