From 26e325edddd89a30c5fa21e44f75461f2bacf097 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sun, 8 Aug 2021 10:03:44 +0200 Subject: [PATCH] Update: snweb to latest version -> 3.8.18 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 95787d9..4df435e 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "The Standard Notes Web App. An end-to-end encrypted note-taking app. Web, Mac, Windows, Linux, iOS, and Android." }, - "version": "3.6.8~ynh2", + "version": "3.8.18~ynh1", "url": "https://github.com/standardnotes/web", "upstream": { "license": "AGPL-3.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index 366f9fe..196d60c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -17,7 +17,7 @@ RUBY_VERSION="2.7.3" NODEJS_VERSION="15.11.0" SOURCE="https://github.com/standardnotes/web" -COMMIT="bc855b0a1722d2f4ac534ea4d4035299acb7a40a" +COMMIT="6408941c07effefc99c6622a8e599d1cab98cd09" #================================================= # PERSONAL HELPERS