diff --git a/manifest.json b/manifest.json index ffbb52b..b5684df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slidev", "name": "Slidev", - "version": "0.0.4", + "version": "0.0.5", "minAppVersion": "0.15.0", "description": "Create Markdown-based presentations in Obsidian using slidev", "author": "Nir Tamir", diff --git a/versions.json b/versions.json index a5ebb54..49fca3e 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "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.4": "0.15.0", + "0.0.5": "0.15.0" } \ No newline at end of file