Skip to content

Commit

Permalink
version bump for electron upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Oct 6, 2020
1 parent e1eb22b commit 67d9c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "PHOEBE development team",
"contributors": "Kyle Conroy",
"description": "Eclipsing Binary Modeling Software",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL v3",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-sortable-hoc": "1.9.1",
"react-toastify": "5.3.1",
"react-toggle-button": "2.2.0",
"semver-compare": "1.0.0",
"semver-compare": "1.0.1",
"socket.io-client": "2.2.0",
"whatwg-fetch": "3.0.0",
"yargs": "12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class App extends ReactQueryParams {
settingsServerHosts: [],
settingsDismissedTips: [],
allowDisconnectReadonly: false,
clientVersion: '1.0.0', // UPDATE ON NEW RELEASE, also update package.json.version to match
clientVersion: '1.0.1', // UPDATE ON NEW RELEASE, also update package.json.version to match
serverMinVersion: '2.3.0', // UPDATE ON NEW RELEASE - any warnings need to go in common.getServerWarning
latestClientVersion: null, // leave at null, updated by getLatestClientVersion
latestServerVersion: null, // leave at null, updated by getLatestServerVersion
Expand Down

0 comments on commit 67d9c8b

Please sign in to comment.