From c054c890ff34cd5cc7d454283c855905bae375ec Mon Sep 17 00:00:00 2001 From: caffae Date: Sat, 23 Mar 2024 12:24:55 +0800 Subject: [PATCH] 1.1.0 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 6049ac9..466a850 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "current-folder-notes-pamphlet", "name": "Current Folder Notes", - "version": "1.0.1", + "version": "1.1.0", "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", "authorUrl": "https://github.com/Caffa", "fundingUrl": "https://ko-fi.com/pamelawang_mwahacookie", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index df5cffa..7e580e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 6a00766..d2f8d16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.1.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 18af01b..634e33a 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.1": "0.15.0" -} + "1.0.1": "0.15.0", + "1.1.0": "0.15.0" +} \ No newline at end of file