Skip to content

Commit

Permalink
Last merge before 2.1.0 (#347)
Browse files Browse the repository at this point in the history
* npm audit fix, clean install

* recommended node comment

* version bump, not sure if needed here
  • Loading branch information
whyboris authored Jan 27, 2020
1 parent 3c3e91a commit 9a7f8e2
Show file tree
Hide file tree
Showing 4 changed files with 2,413 additions and 4,338 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Main dependencies in use:
| Electron | v7.1.9 | January 2020 | (internally uses Node v12.8.1 and Chromium 78) |
| Electron Builder | v22.2.0 | January 2020 | |

App confirmed to work with latest versions of node and npm as of June 2019. Note you'll need to install the [Angular CLI](https://cli.angular.io) to run the project (`npm install -g @angular/cli`).
- **Node**: likely any version of node (v10 or above) should work, but I recommend to use the same one _Electron_ does (`12.8.1`).
- **Angular CLI**: you'll need to install the [Angular CLI](https://cli.angular.io) to run the project (`npm install -g @angular/cli`).

## Thank you

Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let systemMessages = English.SYSTEM;
// ***************************** BUILD TOGGLE *********************************************
// ========================================================================================
const demo = false;
globals.version = '2.0.0';
globals.version = '2.1.0';
// ========================================================================================


Expand Down
Loading

0 comments on commit 9a7f8e2

Please sign in to comment.