We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f8114 commit 4f3e31bCopy full SHA for 4f3e31b
package.json
@@ -1,19 +1,19 @@
1
{
2
"name": "electron-updater-example",
3
- "version": "0.6.3",
+ "version": "0.7.0",
4
"main": "main.js",
5
"description": "electron-updater example project",
6
"author": "Matt Haggard",
7
"scripts": {
8
"publish": "build -p always"
9
},
10
"devDependencies": {
11
- "electron": "^1.7.9",
12
- "electron-builder": "^20.8.2"
+ "electron": "^3.0.2",
+ "electron-builder": "^20.28.4"
13
14
"dependencies": {
15
"electron-log": "^1.3.0",
16
- "electron-updater": "^2.21.4"
+ "electron-updater": "^3.1.2"
17
18
"build": {
19
"appId": "com.github.iffy.electronupdaterexample",
0 commit comments