This commit is contained in:
caffae 2024-12-15 12:50:56 +08:00
commit 3b138b0f25
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x" # You might need to adjust this value to your own version
node-version: "20.17.0" # You might need to adjust this value to your own version
- name: Build
id: build
run: |

View file

@ -1,7 +1,7 @@
{
"id": "current-folder-notes-pamphlet",
"name": "Current Folder Notes",
"version": "1.7.2",
"version": "1.7.3",
"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",

View file

@ -2,10 +2,10 @@
"id": "current-folder-notes-pamphlet",
"name": "Current Folder Notes",
"version": "1.7.3",
"minAppVersion": "1.5.11",
"minAppVersion": "1.7.7",
"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
}
}