From a11908a5fe0d5b59c20b95ef5f502332ce3b63a7 Mon Sep 17 00:00:00 2001 From: caffae Date: Mon, 17 Jun 2024 13:25:58 +0800 Subject: [PATCH] 1.6.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 2f2f20b..b7f5c74 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "current-folder-notes-pamphlet", "name": "Current Folder Notes", - "version": "1.6.0", + "version": "1.6.1", "minAppVersion": "1.5.11", "description": "Shows a list of notes in the current folder, and allows you to filter the titles to include or exclude notes.", "author": "Pamela Wang", diff --git a/package-lock.json b/package-lock.json index 31c1855..2a0068d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 5823293..4b99844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.6.0", + "version": "1.6.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8761cf1..e2b9e66 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.5.2": "1.5.11", "1.5.3": "1.5.11", "1.5.4": "1.5.11", - "1.6.0": "1.5.11" + "1.6.0": "1.5.11", + "1.6.1": "1.5.11" } \ No newline at end of file