1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-20 06:56:40 +02:00

up electron

This commit is contained in:
antelle 2016-04-03 10:48:33 +03:00
parent f69ec4d773
commit 8f4b88b3f4

View File

@ -16,7 +16,7 @@ module.exports = function(grunt) {
var webpack = require('webpack');
var pkg = require('./package.json');
var dt = new Date().toISOString().replace(/T.*/, '');
var electronVersion = '0.35.6';
var electronVersion = '0.37.3';
var minElectronVersionForUpdate = '0.32.0';
var zipCommentPlaceholder = 'zip_comment_placeholder_that_will_be_replaced_with_hash';