diff --git a/distVersion.json b/distVersion.json index 46c6a3b8..2b8781aa 100644 --- a/distVersion.json +++ b/distVersion.json @@ -1,3 +1,3 @@ { - "version": "1.17.0" + "version": "1.17.1" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 16178ffd..cdfe7a3a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-advanced-slides", "name": "Advanced Slides", - "version": "1.17.0", + "version": "1.17.1", "minAppVersion": "0.12.0", "description": "Create markdown-based presentations in Obsidian", "author": "Matthäus Szturc", diff --git a/package.json b/package.json index 8e765a10..423cf8db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-slides", - "version": "1.17.0", + "version": "1.17.1", "description": "Create markdown-based presentations in Obsidian", "main": "src/main.ts", "scripts": {