mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
Release commit
This commit is contained in:
parent
819d5a7d6d
commit
9643c621f1
2 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue