Skip to content

Commit

Permalink
Merge pull request #4 from phoebe-project/dependabot/npm_and_yarn/ele…
Browse files Browse the repository at this point in the history
…ctron-10.1.3

Bump electron from 9.1.0 to 10.1.3
  • Loading branch information
kecnry authored Oct 7, 2020
2 parents d87192c + 67d9c8b commit 88ac87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"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",
"url": "https://github.com/phoebe-project/phoebe2-ui.git"
},
"private": true,
"devDependencies": {
"electron": "9.1.0",
"electron": "10.1.3",
"electron-installer-debian": "^3.0.0",
"electron-installer-dmg": "^2.0.0",
"electron-installer-redhat": "^0.5.0",
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 88ac87e

Please sign in to comment.