From 5eb92c3614727507649c824c9c3c52cb97e14d30 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 27 Aug 2022 08:21:28 +0000 Subject: [PATCH] 1.16.6 --- 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 51c17ad0..67a62040 100644 --- a/distVersion.json +++ b/distVersion.json @@ -1,3 +1,3 @@ { - "version": "1.16.5" + "version": "1.16.6" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5c947335..128a13d5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-advanced-slides", "name": "Advanced Slides", - "version": "1.16.5", + "version": "1.16.6", "minAppVersion": "0.12.0", "description": "Create markdown-based presentations in Obsidian", "author": "Matthäus Szturc", diff --git a/package.json b/package.json index 019ae676..a3a9e782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-slides", - "version": "1.16.5", + "version": "1.16.6", "description": "Create markdown-based presentations in Obsidian", "main": "src/main.ts", "scripts": {