From d7a59b82be3b22d4cc14fc0497a0591e9078d682 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:38:11 +0800 Subject: [PATCH] add funding url --- manifest-beta.json | 5 +++-- manifest.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 3d2600d..bd189ce 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,11 @@ { "id": "remotely-save", "name": "Remotely Save", - "version": "0.3.33", + "version": "0.3.34", "minAppVersion": "0.13.21", "description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.", "author": "fyears", "authorUrl": "https://github.com/fyears", - "isDesktopOnly": false + "isDesktopOnly": false, + "fundingUrl": "https://github.com/remotely-save/donation" } diff --git a/manifest.json b/manifest.json index 3d2600d..bd189ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,11 @@ { "id": "remotely-save", "name": "Remotely Save", - "version": "0.3.33", + "version": "0.3.34", "minAppVersion": "0.13.21", "description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.", "author": "fyears", "authorUrl": "https://github.com/fyears", - "isDesktopOnly": false + "isDesktopOnly": false, + "fundingUrl": "https://github.com/remotely-save/donation" }