From c61a0730c517747eb60760aea38d9b7233381ad8 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 9 Dec 2021 08:09:05 -0600 Subject: [PATCH] release: 3.9.8 --- app/package.json | 2 +- package.json | 4 ++-- web | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/package.json b/app/package.json index 20a8bb4b..d51a3ace 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "Standard Notes", "description": "A simple and private place for your notes, thoughts, and life's work.", "author": "Standard Notes ", - "version": "3.9.7", + "version": "3.9.8", "main": "./dist/index.js", "dependencies": { "keytar": "^7.7.0", diff --git a/package.json b/package.json index 27008268..e0df0394 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "standard-notes", "main": "./app/dist/index.js", - "version": "3.9.7", + "version": "3.9.8", "repository": { "type": "git", "url": "git://github.com/standardnotes/desktop" @@ -14,7 +14,7 @@ "build:snap": "node scripts/build.mjs snap", "build:write-sums": "node scripts/sums.mjs", "build:remove-unpacked": "rimraf dist/{linux-*,mac,win-*}", - "build:web": "git submodule update && cd web && rimraf node_modules && yarn --ignore-engines && yarn run bundle:desktop", + "build:web": "cd web && rimraf node_modules && yarn --ignore-engines && yarn run bundle:desktop", "bundle": "yarn run lint && yarn clean:build && yarn run build:web && webpack --config webpack.prod.js", "clean": "npm-run-all --parallel clean:*", "clean:build": "rimraf app/dist/", diff --git a/web b/web index 6ca3ee01..0f05da43 160000 --- a/web +++ b/web @@ -1 +1 @@ -Subproject commit 6ca3ee01f8eb293963d02528fb552b8d17c9a29d +Subproject commit 0f05da435cfda8ff30d064cc166a27a19ca8cae9