diff --git a/cli/version.ts b/cli/version.ts index db97c91..4b05017 100644 --- a/cli/version.ts +++ b/cli/version.ts @@ -1 +1 @@ -export const TOOL_VERSION = "0.7.1"; +export const TOOL_VERSION = "0.8.0"; diff --git a/manifest.json b/manifest.json index fc93fdb..abb6146 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 9fdd75b..f747a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vault-inspector", - "version": "0.7.1", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vault-inspector", - "version": "0.7.1", + "version": "0.8.0", "license": "MIT", "bin": { "vault-inspector": "cli.js", diff --git a/package.json b/package.json index 3ac84c1..1f21996 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index d451a60..f7b81a3 100644 --- a/versions.json +++ b/versions.json @@ -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" }