diff --git a/README.md b/README.md index c97e18e..6c9b24f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A safe and private place for your life's work. Standard Notes is a simple and private notes app available on most platforms, including Web, Mac, Windows, Linux, iOS, and Android. It focuses on simplicity, and encrypts data locally before it ever touches a cloud. This means no one can read your notes but you (not even us). -**Shipped version:** 3.6.2 +**Shipped version:** 3.6.8 * Apps available for free. https://standardnotes.org/ * Desktop (Windows, Mac, Linux) * Mobile (Android and iOS) diff --git a/manifest.json b/manifest.json index 017e8dd..678387c 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.2~ynh1", + "version": "3.6.8~ynh1", "url": "https://github.com/standardnotes/web", "license": "AGPL-3.0-or-later", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index bb24840..f9452d0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -16,7 +16,7 @@ RUBY_VERSION="2.7.2" NODEJS_VERSION="15.11.0" SOURCE="https://github.com/standardnotes/web" -COMMIT="22da9ea942dbb9f7fe66af0bf43290b06b7fb482" +COMMIT="bc855b0a1722d2f4ac534ea4d4035299acb7a40a" #================================================= # PERSONAL HELPERS