diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0c2791..6d82746 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | diff --git a/current-folder-notes/manifest.json b/current-folder-notes/manifest.json index 8cdd5d5..af0b805 100644 --- a/current-folder-notes/manifest.json +++ b/current-folder-notes/manifest.json @@ -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", diff --git a/manifest.json b/manifest.json index af0b805..79ea0ba 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} \ No newline at end of file +}