diff --git a/manifest.json b/manifest.json index 90aa096..5155e6d 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.21~ynh1", + "version": "3.8.25~ynh1", "url": "https://github.com/standardnotes/web", "upstream": { "license": "AGPL-3.0-or-later", @@ -28,7 +28,7 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain", diff --git a/scripts/_common.sh b/scripts/_common.sh index 543b90d..19e6d2c 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="7bede7609fe685dbc9c3e0a6f5d11c1eaae07190" +COMMIT="e856ce7bfd3a7b357544e43ca343b1ec861debb3" #================================================= # PERSONAL HELPERS