From a1337f1857b1808a0f66edb128d91ad952c1c418 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 16 Dec 2022 16:44:00 +0530 Subject: fix #265: change to the service url for standardnotes --- recipes/standardnotes/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/standardnotes/package.json b/recipes/standardnotes/package.json index 966611c..8d3ce8b 100755 --- a/recipes/standardnotes/package.json +++ b/recipes/standardnotes/package.json @@ -1,10 +1,10 @@ { "id": "standardnotes", "name": "StandardNotes", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "repository": "https://github.com/vantezzen/franz-recipe-standardnotes", "config": { - "serviceURL": "https://app.standardnotes.org/" + "serviceURL": "https://app.standardnotes.com/" } } -- cgit v1.2.3-54-g00ecf