Merge branch 'release-1.1' into develop

This commit is contained in:
antelle 2016-04-21 21:33:38 +03:00
commit a2a0d9cb53
4 changed files with 6 additions and 3 deletions

View File

@ -27,7 +27,7 @@
"bourbon": "~4.2.5",
"dropbox": "antelle/dropbox-js#0.10.6",
"font-awesome": "~4.5.0",
"kdbxweb": "^0.4.0",
"kdbxweb": "^0.4.1",
"normalize.css": "~4.0.0",
"pikaday": "~1.4.0",
"FileSaver.js": "eligrey/FileSaver.js",

View File

@ -1,6 +1,6 @@
{
"name": "KeeWeb",
"version": "1.1.3",
"version": "1.1.4",
"description": "Free cross-platform password manager compatible with KeePass",
"main": "main.js",
"repository": { "type": "git", "url": "https://github.com/antelle/keeweb" },

View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "1.1.3",
"version": "1.1.4",
"description": "Free cross-platform password manager compatible with KeePass",
"main": "Gruntfile.js",
"homepage": "https://keeweb.info",

View File

@ -8,6 +8,9 @@ Release notes
`+` register file associations
`-` prevent second app instance on windows
##### v1.1.4 (2016-04-21)
`-` fixed Firefox loading issues
##### v1.1.3 (2016-04-21)
`+` google drive stability improvements
`+` fix some layout bugs