diff --git a/manifest.json b/manifest.json index 51eee59..e953fbf 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://github.com/FuriouZz", "fundingUrl": "https://github.com/FuriouZz/pricing", "isDesktopOnly": false, - "version": "0.0.4" + "version": "0.0.5" } diff --git a/package.json b/package.json index e2b47f0..6e714ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "today", - "version": "0.0.4", + "version": "0.0.5", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a5ebb54..688216a 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,7 @@ { - "0.0.1": "0.15.0", - "0.0.2": "0.15.0", - "0.0.3": "0.15.0", - "0.0.4": "0.15.0" -} \ No newline at end of file + "0.0.1": "0.15.0", + "0.0.2": "0.15.0", + "0.0.3": "0.15.0", + "0.0.4": "0.15.0", + "0.0.5": "0.15.0" +}