diff --git a/README.md b/README.md index d6f76ea..919d74f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Status bar item with vault full statistics including: - number of links – count of all links in the vault - number of words – count of all words in the vault - vault size – total size of all files in the vault -- vault quality – number of links divided by number of notes -- number of tags – count of all tags in the vault +- (new feature) vault quality – number of links divided by number of notes +- (new feature) number of tags – count of all tags in the vault ## Usage diff --git a/manifest.json b/manifest.json index e6258ba..f1a97bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-vault-full-statistics-plugin", "name": "Vault Full Statistics", - "version": "0.2.4", + "version": "0.2.5", "minAppVersion": "0.15.0", "description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.", "author": "Mikhail Savin", diff --git a/package.json b/package.json index d920df1..95ac0a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-full-statistics-plugin", - "version": "0.2.4", + "version": "0.2.5", "description": "Status bar item with vault full statistics such as number of notes, files, attachments, and links.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5a483ff..ec6f6a7 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.2.1": "0.15.0", "0.2.2": "0.15.0", "0.2.3": "0.15.0", - "0.2.4": "0.15.0" + "0.2.4": "0.15.0", + "0.2.5": "0.15.0" } \ No newline at end of file