Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
set version to 4.6.4-4
Browse files Browse the repository at this point in the history
  • Loading branch information
szydan committed Jul 15, 2017
1 parent e9fc0b8 commit 46d3c3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ The following table shows the compatibility between releases of Kibi/Kibana and

Kibi/Kibana|Radar Chart Plugin
-----|-----
4.6.4|master
5.x.x|5.x.x
4.6.4|4.6.4
4.6.3|4.5.3
4.5.x|4.5.3
4.4.x|4.4.2
Expand Down
6 changes: 2 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ var Rsync = require('rsync');
var Promise = require('bluebird');
var eslint = require('gulp-eslint');
var rimraf = require('rimraf');
var tar = require('gulp-tar');
var gzip = require('gulp-gzip');
var zip = require('gulp-zip');
var fs = require('fs');
var spawn = require('child_process').spawn;
var minimist = require('minimist');
Expand Down Expand Up @@ -108,8 +107,7 @@ gulp.task('build', ['clean'], function (done) {

gulp.task('package', ['build'], function (done) {
return gulp.src(path.join(buildDir, '**', '*'))
.pipe(tar(packageName + '.tar'))
.pipe(gzip())
.pipe(zip(packageName + '.zip'))
.pipe(gulp.dest(targetDir));
});

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kibi_radar_vis",
"version": "4.6.4-SNAPSHOT",
"version": "4.6.4-4",
"authors": [
"SIREn Solutions <[email protected]>"
],
Expand All @@ -26,8 +26,7 @@
"eslint": "^1.10.3",
"gulp": "3.9.1",
"gulp-eslint": "^1.1.1",
"gulp-gzip": "^1.2.0",
"gulp-tar": "^1.6.0",
"gulp-zip": "3.1.0",
"gulp-util": "^3.0.7",
"husky": "^0.10.2",
"lodash": "^3.10.1",
Expand Down

0 comments on commit 46d3c3a

Please sign in to comment.