From 4ff2192b389dd8e84dcf79092d8b74bc779e8540 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 6 May 2023 16:54:49 +0200 Subject: [PATCH] Bump Version to 1.0.19 --- 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 88bc896..d02ad40 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "1.0.19", + "version": "1.0.20", "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 988c61e..5d741f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.19", + "version": "1.0.20", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 14d2734..7dacb65 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.0.16": "1.1.16", "1.0.17": "1.1.16", "1.0.18": "1.1.16", - "1.0.19": "1.1.16" + "1.0.19": "1.1.16", + "1.0.20": "1.1.16" } \ No newline at end of file