From dbfbc64636d8fad4169ea1b8f60ce55bf9725de4 Mon Sep 17 00:00:00 2001 From: Mikhail Savin Date: Mon, 30 Sep 2024 16:34:02 +0300 Subject: [PATCH] Update plugin ID Signed-off-by: Mikhail Savin --- manifest.json | 6 +++--- package.json | 6 +++--- versions.json | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index f1a97bd..62553b4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "id": "obsidian-vault-full-statistics-plugin", + "id": "vault-full-statistics-plugin", "name": "Vault Full Statistics", - "version": "0.2.5", + "version": "1.0.0", "minAppVersion": "0.15.0", - "description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.", + "description": "Status bar item with vault full statistics such as number of notes, files, attachments, links, tags and quality of vault.", "author": "Mikhail Savin", "authorUrl": "https://github.com/jtprogru", "isDesktopOnly": false diff --git a/package.json b/package.json index 95ac0a2..874cf1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-vault-full-statistics-plugin", - "version": "0.2.5", - "description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.", + "name": "vault-full-statistics-plugin", + "version": "1.0.0", + "description": "Status bar item with vault full statistics such as number of notes, files, attachments, links, tags and quality of vault.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index ec6f6a7..d9d1325 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.2.2": "0.15.0", "0.2.3": "0.15.0", "0.2.4": "0.15.0", - "0.2.5": "0.15.0" + "0.2.5": "0.15.0", + "1.0.0": "0.15.0" } \ No newline at end of file