Skip to content

Commit

Permalink
Update plugin ID
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Savin <msavin@ptsecurity.com>
  • Loading branch information
jtprogru committed Sep 30, 2024
1 parent 3aa3966 commit dbfbc64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit dbfbc64

Please sign in to comment.