Release commit

This commit is contained in:
RainLoop Team 2016-02-05 23:34:48 +03:00
parent 17efdbf3bd
commit 9cb14e1136
2 changed files with 4 additions and 4 deletions

View file

@ -12,12 +12,12 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
width: 1600px; width: 1600px;
height: 390px; height: 400px;
left: 0; left: 0;
} }
&.domain-edit .modal-body { &.domain-edit .modal-body {
height: 320px; height: 340px;
} }
&.domain-second-page .modal-body { &.domain-second-page .modal-body {

View file

@ -2,7 +2,7 @@
"name": "RainLoop", "name": "RainLoop",
"title": "RainLoop Webmail", "title": "RainLoop Webmail",
"version": "1.9.4", "version": "1.9.4",
"release": "395", "release": "398",
"description": "Simple, modern & fast web-based email client", "description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net", "homepage": "http://rainloop.net",
"main": "gulpfile.js", "main": "gulpfile.js",
@ -40,7 +40,7 @@
"plugins" "plugins"
], ],
"readmeFilename": "README.md", "readmeFilename": "README.md",
"ownCloudPackageVersion": "4.10", "ownCloudPackageVersion": "4.11",
"engines": { "engines": {
"node": ">= 0.10.0" "node": ">= 0.10.0"
}, },