From e1a012dfaa3f193de64afaee9e558fa1b25c0cc9 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 3 May 2023 14:18:53 +0200 Subject: [PATCH] Dump Version To 1.0.18 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 10f8462..066b6d8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "1.0.17", + "version": "1.0.18", "minAppVersion": "1.1.16", "description": "This Plugin will automatically generate a TOC for the current Folder.", "author": "turulix", diff --git a/package.json b/package.json index a64c491..f692112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.17", + "version": "1.0.18", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dd00392..4ad47b4 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "1.0.14": "1.1.16", "1.0.15": "1.1.16", "1.0.16": "1.1.16", - "1.0.17": "1.1.16" + "1.0.17": "1.1.16", + "1.0.18": "1.1.16" } \ No newline at end of file