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-05 19:35:47 +03:00
parent 103367e3e4
commit 8143c31e20

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.37.3';
var electronVersion = '0.37.4';
var minElectronVersionForUpdate = '0.32.0';
var zipCommentPlaceholder = 'zip_comment_placeholder_that_will_be_replaced_with_hash';