Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
iamapig120 committed Jul 8, 2019
1 parent 44841e9 commit 7ac9cf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/devices/simpadnano/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ Update Now?`)
}
)
cmd.once('close',()=>{
document.getElementById('installDriver').disable = true
document.getElementById('installDriver').disabled = true
})
})

Expand Down
2 changes: 1 addition & 1 deletion app/devices/simpadv2/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ Update Now?`)
}
)
cmd.once('close', () => {
document.getElementById('installDriver').disable = true
document.getElementById('installDriver').disabled = true
})
})

Expand Down
2 changes: 1 addition & 1 deletion app/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var app = require('electron').app
const path = require('path')
var AdmZip = require('adm-zip')

const APP_VERSION = 'v0.152'
const APP_VERSION = 'v0.153'

var clearAllTimeout = () => {
for (var i = setTimeout(() => {}, 0); i; i--) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SimPad_Settings",
"version": "0.152.0",
"version": "0.153.0",
"main": "main.js",
"package": "electron-packager ./ SimPad_Settings --all --out ./OutApp --version 2.0.0 --overwrite",
"dependencies": {
Expand Down

0 comments on commit 7ac9cf4

Please sign in to comment.