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

Commit

Permalink
Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Dec 20, 2018
1 parent 342b79b commit 6b252c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/extensions/extensions-manager
6 changes: 3 additions & 3 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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 <hello@standardnotes.org>",
"version": "3.0.0-beta2",
"version": "3.0.0-beta3",
"main": "./dist/index.js",
"dependencies": {
"adm-zip": "^0.4.7",
Expand All @@ -18,6 +18,6 @@
"request": "^2.83.0",
"semver": "^5.5.0",
"spellchecker": "github:mobitar/node-spellchecker",
"standard-notes-web": "3.0.0-beta2"
"standard-notes-web": "3.0.0-beta3"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "standard-notes",
"main": "./app/dist/index.js",
"version": "3.0.0-beta2",
"version": "3.0.0-beta3",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 6b252c1

Please sign in to comment.