Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
update to final beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Jun 13, 2019
1 parent c979283 commit e924e3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-server",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"productName": "Network Canvas Server",
"description": "A tool for storing, analyzing, and exporting Network Canvas interview data.",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-server",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"productName": "Network Canvas Server",
"description": "A tool for storing, analyzing, and exporting Network Canvas interview data.",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions src/renderer/utils/appVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const codenames = {
'4.0.0-alpha.10': 'Porthleven',
'4.0.0-alpha.11': 'Cascades',
'4.0.0-beta.1': '',
'4.0.0': 'Beta 1',
};

const appVersion = remote.app.getVersion();
Expand Down

0 comments on commit e924e3b

Please sign in to comment.