This commit is contained in:
caffae 2024-03-23 12:24:55 +08:00
parent e46333872c
commit c054c890ff
4 changed files with 8 additions and 7 deletions

View file

@ -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
}
}

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {

View file

@ -1,3 +1,4 @@
{
"1.0.1": "0.15.0"
}
"1.0.1": "0.15.0",
"1.1.0": "0.15.0"
}