Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Apr 21, 2017
1 parent 83c9dd3 commit 0dbe608
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ gulp.task('pushLive', ['getVersion'], function() {
// Prep & Release
// gulp prep
// gulp bump
// gulp zip
// gulp zipit
// gulp commit
// git push
// gulp pushLive ( git subtree push --prefix dist origin gh-pages )
Expand All @@ -396,7 +396,7 @@ gulp.task('prep', function(cb) { runSequence('js-production', 'html', 'styles'

gulp.task('bump', function(cb) { runSequence('bump-patch', 'clean', 'zip', cb); });

gulp.task('zipit', function(cb) { runSequence('clean', 'travisZip', cb); });
gulp.task('zipit', function(cb) { runSequence('clean', 'zip', cb); });

gulp.task('commit', function(cb) { runSequence('add', 'commitV', 'tag', cb); });

Expand Down
Binary file modified releases/chrome-extension-v3.6.4.zip
Binary file not shown.
Binary file modified releases/dist-v3.6.4.zip
Binary file not shown.

0 comments on commit 0dbe608

Please sign in to comment.