From b68c7eae3955c3a7565039067d24728a4d8df5fc Mon Sep 17 00:00:00 2001 From: Chris Gurney Date: Thu, 30 Jan 2025 09:30:13 -0500 Subject: [PATCH] build: updated to 1.17.0 --- manifest-beta.json | 11 ----------- manifest.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 manifest-beta.json diff --git a/manifest-beta.json b/manifest-beta.json deleted file mode 100644 index 31f7ed37..00000000 --- a/manifest-beta.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "note-toolbar", - "name": "Note Toolbar", - "version": "1.17-beta-18", - "minAppVersion": "1.5.11", - "description": "Add customizable toolbars to your notes.", - "author": "Chris Gurney", - "authorUrl": "https://chrisgurney.ca", - "fundingUrl": "https://www.buymeacoffee.com/cheznine", - "isDesktopOnly": false -} \ No newline at end of file diff --git a/manifest.json b/manifest.json index db0604c9..1d8483f1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-toolbar", "name": "Note Toolbar", - "version": "1.16.1", + "version": "1.17.0", "minAppVersion": "1.5.11", "description": "Add customizable toolbars to your notes.", "author": "Chris Gurney",