From d0bd87db86d8ca721381920b783c99bce9bba19c Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 29 Apr 2023 13:57:25 +0200 Subject: [PATCH] Should fix Manifest --- 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 e436fa1..5c46a63 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "1.0.12", + "version": "1.0.13", "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 4ecc26e..5fa4392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.12", + "version": "1.0.13", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bf0cc6b..137d335 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.12.0", "1.0.10": "1.1.16", "1.0.11": "1.1.16", - "1.0.12": "1.1.16" + "1.0.12": "1.1.16", + "1.0.13": "1.1.16" } \ No newline at end of file