Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
release: 3.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Dec 9, 2021
1 parent 9db83d7 commit c61a073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -3,7 +3,7 @@
"productName": "Standard Notes",
"description": "A simple and private place for your notes, thoughts, and life's work.",
"author": "Standard Notes <help@standardnotes.com>",
"version": "3.9.7",
"version": "3.9.8",
"main": "./dist/index.js",
"dependencies": {
"keytar": "^7.7.0",
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand All @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion web
Submodule web updated from 6ca3ee to 0f05da

0 comments on commit c61a073

Please sign in to comment.