Release commit

This commit is contained in:
RainLoop Team 2014-06-25 01:05:29 +04:00
parent 819d5a7d6d
commit 9643c621f1
2 changed files with 2 additions and 2 deletions

View file

@ -454,7 +454,7 @@ gulp.task('package-inc-release', function() {
});
// BUILD (RainLoop)
gulp.task('rainloop:copy', function() {
gulp.task('rainloop:copy', ['default'], function() {
var
versionFull = pkg.version + '.' + parseInt(pkg.release, 10),

View file

@ -2,7 +2,7 @@
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.6.7",
"release": "131",
"release": "133",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "gulpfile.js",