From 82efdecfb72589b28bdd1ff3a9b6e11b1b3a11a5 Mon Sep 17 00:00:00 2001 From: caffae Date: Wed, 27 Mar 2024 15:42:36 +0800 Subject: [PATCH] 1.4.2 --- 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 5846659..9c8a79f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "current-folder-notes-pamphlet", "name": "Current Folder Notes", - "version": "1.4.1", + "version": "1.4.2", "minAppVersion": "0.15.0", "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 35949f4..598a1d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 5a7d6ac..674dc7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.4.1", + "version": "1.4.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a77c19b..dfb13d7 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.2.1": "0.15.0", "1.3.0": "0.15.0", "1.4.0": "0.15.0", - "1.4.1": "0.15.0" + "1.4.1": "0.15.0", + "1.4.2": "0.15.0" } \ No newline at end of file