Skip to content

Commit 0c63f79

Browse files
committed
0.1.0
1 parent 7943aa1 commit 0c63f79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "obsidian-vault-statistics-plugin",
33
"name": "Vault Statistics",
4-
"version": "0.0.8",
4+
"version": "0.1.0",
55
"minAppVersion": "0.11.0",
66
"description": "Status bar item with vault statistics such as number of notes, files, attachments, and links.",
77
"author": "Bryan Kyle",
88
"isDesktopOnly": false
9-
}
9+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-vault-statistics-plugin",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "Status bar item with vault statistics such as number of notes, files, attachments, and links.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)