diff --git a/manifest.json b/manifest.json index 2d7766d4..a680b40a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-advanced-slides", "name": "Advanced Slides", - "version": "0.10.0", + "version": "0.11.0", "minAppVersion": "0.12.0", "description": "Create markdown-based presentations in Obsidian", "author": "Matthäus Szturc", diff --git a/package.json b/package.json index d20c79f6..873f659b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-slides", - "version": "0.10.0", + "version": "0.11.0", "description": "Create markdown-based presentations in Obsidian", "main": "src/main.ts", "scripts": { diff --git a/versions.json b/versions.json index dc77f4d9..31fa9574 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,7 @@ "0.6.0": "0.12.0", "0.7.0": "0.12.0", "0.8.0": "0.12.0", - "0.9.0": "0.12.0" + "0.9.0": "0.12.0", + "0.10.0": "0.12.0", + "0.11.0": "0.12.0" }