Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit f61a4cc

Browse files
committed
1.11.1
1 parent acbe439 commit f61a4cc

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

gulpfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ gulp.task('ckeditor', ['ckeditor:copy-plugins', 'ckeditor:copy', 'ckeditor:clear
455455
gulp.task('rainloop:copy', ['default'], function() {
456456

457457
var
458-
versionFull = pkg.version + '.' + parseInt(pkg.release, 10),
458+
versionFull = pkg.version,
459459
dist = cfg.releasesPath + '/webmail/' + versionFull + '/src/'
460460
;
461461

@@ -471,7 +471,7 @@ gulp.task('rainloop:copy', ['default'], function() {
471471
gulp.task('rainloop:setup', ['rainloop:copy'], function() {
472472

473473
var
474-
versionFull = pkg.version + '.' + parseInt(pkg.release, 10),
474+
versionFull = pkg.version,
475475
dist = cfg.releasesPath + '/webmail/' + versionFull + '/src/'
476476
;
477477

@@ -518,7 +518,7 @@ gulp.task('rainloop:sign', ['rainloop:shortname'], signFileTask);
518518
gulp.task('rainloop:owncloud:copy', function() {
519519

520520
var
521-
versionFull = pkg.ownCloudPackageVersion,
521+
versionFull = pkg.ownCloudVersion,
522522
dist = cfg.releasesPath + '/owncloud/' + versionFull + '/src/'
523523
;
524524

@@ -532,7 +532,7 @@ gulp.task('rainloop:owncloud:copy', function() {
532532
gulp.task('rainloop:owncloud:copy-rainloop', ['rainloop:start', 'rainloop:owncloud:copy'], function() {
533533

534534
var
535-
versionFull = pkg.ownCloudPackageVersion,
535+
versionFull = pkg.ownCloudVersion,
536536
dist = cfg.releasesPath + '/owncloud/' + versionFull + '/src/rainloop/'
537537
;
538538

@@ -552,7 +552,7 @@ gulp.task('rainloop:owncloud:copy-rainloop:clean', ['rainloop:owncloud:copy-rain
552552
gulp.task('rainloop:owncloud:setup', ['rainloop:owncloud:copy', 'rainloop:owncloud:copy-rainloop'], function() {
553553

554554
var
555-
versionFull = pkg.ownCloudPackageVersion,
555+
versionFull = pkg.ownCloudVersion,
556556
dist = cfg.releasesPath + '/owncloud/' + versionFull + '/src/'
557557
;
558558

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"title": "RainLoop Webmail",
44
"description": "Simple, modern & fast web-based email client",
55
"private": true,
6-
"version": "1.11.0",
7-
"release": "205",
8-
"ownCloudPackageVersion": "4.28",
6+
"version": "1.11.1",
7+
"ownCloudVersion": "5.0.0",
98
"homepage": "http://rainloop.net",
109
"main": "gulpfile.js",
1110
"author": {

0 commit comments

Comments
 (0)