From 0d356829cd690ffc0acc2a0d0bad05a3c837b262 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 15 Oct 2022 21:05:02 +0000 Subject: [PATCH] 1.18.0 --- distVersion.json | 2 +- manifest.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distVersion.json b/distVersion.json index f04b6129..fff9c33e 100644 --- a/distVersion.json +++ b/distVersion.json @@ -1,3 +1,3 @@ { - "version": "1.17.8" + "version": "1.18.0" } \ No newline at end of file diff --git a/manifest.json b/manifest.json index cc310fc3..c121987b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-advanced-slides", "name": "Advanced Slides", - "version": "1.17.8", + "version": "1.18.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 622366b1..8b2c0ed9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-advanced-slides", - "version": "1.17.8", + "version": "1.18.0", "description": "Create markdown-based presentations in Obsidian", "main": "src/main.ts", "scripts": { @@ -67,4 +67,4 @@ "request": "^2.88.2", "yaml-front-matter": "^4.1.1" } -} \ No newline at end of file +}