mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03: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)
|
// BUILD (RainLoop)
|
||||||
gulp.task('rainloop:copy', function() {
|
gulp.task('rainloop:copy', ['default'], function() {
|
||||||
|
|
||||||
var
|
var
|
||||||
versionFull = pkg.version + '.' + parseInt(pkg.release, 10),
|
versionFull = pkg.version + '.' + parseInt(pkg.release, 10),
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.6.7",
|
"version": "1.6.7",
|
||||||
"release": "131",
|
"release": "133",
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue