This commit is contained in:
Antelle 2016-01-17 21:57:53 +03:00
parent 3db2c7515a
commit 770ae5d7e9
3 changed files with 3 additions and 3 deletions

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.36.0';
var electronVersion = '0.36.4';
function replaceFont(css) {
css.walkAtRules('font-face', function (rule) {

View File

@ -1,6 +1,6 @@
{
"name": "KeeWeb",
"version": "0.5.1",
"version": "0.6.0",
"description": "KeePass web app",
"main": "main.js",
"repository": "https://github.com/antelle/keeweb",

View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "0.5.1",
"version": "0.6.0",
"description": "KeePass web app",
"main": "Gruntfile.js",
"repository": "https://github.com/antelle/keeweb",