diff --git a/manifest.json b/manifest.json index d8256f8..cef1a4c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-vault-full-statistics-plugin", "name": "Vault Full Statistics", - "version": "0.2.1", + "version": "0.2.2", "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 5157426..6bde5ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-vault-full-statistics-plugin", - "version": "0.2.1", + "version": "0.2.2", "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 b4d77d2..cb4afef 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.2.0": "0.15.0", - "0.2.1": "0.15.0" -} + "0.2.1": "0.15.0", + "0.2.2": "0.15.0" +} \ No newline at end of file