From 48b236d59ac69259a79e44bf6cfb748179a8e97e Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 3 Nov 2023 16:37:53 +0100 Subject: [PATCH] 1.0.22 --- 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 18f25ac..6ddb11d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "1.0.21", + "version": "1.0.22", "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 a012f2e..d4aa5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.21", + "version": "1.0.22", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9873609..1fd2458 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.0.18": "1.1.16", "1.0.19": "1.1.16", "1.0.20": "1.1.16", - "1.0.21": "1.1.16" + "1.0.21": "1.1.16", + "1.0.22": "1.1.16" } \ No newline at end of file