diff --git a/manifest.json b/manifest.json index 2c3bd3f..0dc3e8d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "view-count", "name": "View Count", - "version": "0.2.1", + "version": "0.2.2", "minAppVersion": "1.4.0", "description": "Tracks view count for each vault file.", "author": "Trey Wallis", diff --git a/package.json b/package.json index 0e4d9c4..eb3c0e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-view-count", - "version": "0.2.1", + "version": "0.2.2", "description": "Tracks view count for each vault file", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 74aa13d..dcf6855 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.0": "1.4.0", "0.1.1": "1.4.0", "0.2.0": "1.4.0", - "0.2.1": "1.4.0" + "0.2.1": "1.4.0", + "0.2.2": "1.4.0" }