From ff5be867609c5b926b1bc243693a986dcb0176a9 Mon Sep 17 00:00:00 2001 From: Sorin Iclanzan Date: Thu, 6 Feb 2014 01:35:55 -0800 Subject: [PATCH] Bumped plugin version in the jquery config. --- gulpfile.js | 2 +- slinky.jquery.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 18504bf..079f44d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -37,7 +37,7 @@ gulp.task('build', ['clean'], function (){ }); gulp.task('bump', function () { - gulp.src(['./bower.json', './package.json']) + gulp.src(['./bower.json', './package.json', './slinky.jquery.json']) .pipe(bump()) .pipe(gulp.dest('./')); }); diff --git a/slinky.jquery.json b/slinky.jquery.json index 5fa358a..a1e94d7 100644 --- a/slinky.jquery.json +++ b/slinky.jquery.json @@ -2,7 +2,7 @@ "name": "slinky", "title": "Slinky.js", "description": "Scrolling navigation component for web apps.", - "version": "0.1.0", + "version": "0.1.1", "homepage": "https://github.com/iclanzan/slinky", "author": { "name": "Sorin Iclanzan",