From 057c547289d5466de94b7b01f35cb8a30bcbb81d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 22 Sep 2022 23:37:24 +0000 Subject: [PATCH] 1.17.8 --- distVersion.json | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distVersion.json b/distVersion.json index cb975274..f04b6129 100644 --- a/distVersion.json +++ b/distVersion.json @@ -1,3 +1,3 @@ { - "version": "1.17.7" + "version": "1.17.8" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 820b66db..cc310fc3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-advanced-slides", "name": "Advanced Slides", - "version": "1.17.7", + "version": "1.17.8", "minAppVersion": "0.12.0", "description": "Create markdown-based presentations in Obsidian", "author": "Matthäus Szturc", diff --git a/package.json b/package.json index b8bb961b..05f72945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-slides", - "version": "1.17.7", + "version": "1.17.8", "description": "Create markdown-based presentations in Obsidian", "main": "src/main.ts", "scripts": {