From ead37be1d4056046687f1b3cbfc125ccef8c58b4 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Wed, 1 Sep 2021 20:44:48 +0200 Subject: [PATCH] Update to latest version --- check_process | 10 ++++------ manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/check_process b/check_process index fdfe44f..8da872b 100644 --- a/check_process +++ b/check_process @@ -11,12 +11,10 @@ setup_private=1 setup_public=1 upgrade=1 + # 3.8.21~ynh1 + upgrade=1 from_commit=5df29231f1fb18e7ce49949fdcf7c9275ce19ffc # 3.6.8~ynh2 upgrade=1 from_commit=89de808ffc824be93a4394abcf45219f9376dfa5 - # 3.6.2~yhn1 - #upgrade=1 from_commit=0459e279ab1ac0624203b710619bfe3f22686908 - # 3.5.11~ynh1 - #upgrade=1 from_commit=2c82b25537bc09b99c1daeced8ca38fe9b1bae8b backup_restore=1 multi_instance=1 port_already_use=0 @@ -25,6 +23,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=89de808ffc824be93a4394abcf45219f9376dfa5 - name=3.6.8~ynh2 + ; commit=5df29231f1fb18e7ce49949fdcf7c9275ce19ffc + name=3.8.21~ynh1 manifest_arg=domain=DOMAIN&is_public=1 diff --git a/manifest.json b/manifest.json index 4df435e..90aa096 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.8.18~ynh1", + "version": "3.8.21~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 196d60c..543b90d 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="6408941c07effefc99c6622a8e599d1cab98cd09" +COMMIT="7bede7609fe685dbc9c3e0a6f5d11c1eaae07190" #================================================= # PERSONAL HELPERS