diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 003bbcd..6db9d12 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -26,7 +26,7 @@ grunt.initConfig command: path.resolve(__dirname, 'build', 'birdex.exe') 'download-electron': - version: '0.36.8' + version: '0.37.8' outputDir: 'electron' copy: diff --git a/app/birdex.asar b/app/birdex.asar index 07292f5..52dc767 100644 Binary files a/app/birdex.asar and b/app/birdex.asar differ diff --git a/package.json b/package.json index 31e81ea..9cedbcb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.8", + "version": "1.1.0", "dependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.7.0",