diff --git a/gulpfile.js b/gulpfile.js index edbe77d19..d0af158d4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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), diff --git a/package.json b/package.json index 6d97a0e97..8d9d65753 100644 --- a/package.json +++ b/package.json @@ -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",