From 596f1598a74e7c05b8d70ce0af93212a86b7663e Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 30 Apr 2023 01:58:26 +0200 Subject: [PATCH] Bump Version to 1.0.17 Fixed me being a retard. --- manifest.json | 2 +- package.json | 2 +- src/models/PluginSettingsTab.ts | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index be9b3fe..10f8462 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-folder-index", "name": "Folder Index", - "version": "1.0.16", + "version": "1.0.17", "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 93dbec7..a64c491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.16", + "version": "1.0.17", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/src/models/PluginSettingsTab.ts b/src/models/PluginSettingsTab.ts index 1c8e055..bc96cc0 100644 --- a/src/models/PluginSettingsTab.ts +++ b/src/models/PluginSettingsTab.ts @@ -26,7 +26,7 @@ export const DEFAULT_SETTINGS: PluginSetting = { autoRenameIndexFile: true, includeFileContent: false, hideIndexFiles: false, - indexFileInitText: "---\ntags: MOCs\n```folder-index-content\n```", + indexFileInitText: "---\ntags: MOCs\n---\n```folder-index-content\n```", autoPreviewMode: false, sortIndexFilesAlphabetically: true, sortHeadersAlphabetically: false, diff --git a/versions.json b/versions.json index 5a83a25..dd00392 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.0.13": "1.1.16", "1.0.14": "1.1.16", "1.0.15": "1.1.16", - "1.0.16": "1.1.16" + "1.0.16": "1.1.16", + "1.0.17": "1.1.16" } \ No newline at end of file