From 0a7bf5ad341833da1895aa3a8ce1a6dee6f8f2fe Mon Sep 17 00:00:00 2001 From: Ken Wheeler Date: Tue, 25 Nov 2014 20:47:43 -0500 Subject: [PATCH] Version bump --- Gulpfile.js | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gulpfile.js b/Gulpfile.js index 56919a0..ced7112 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -20,7 +20,7 @@ gulp.task('lib', function() { }); -gulp.task('browserify', function() { +gulp.task('browserify', ['lib'], function() { return browserify(browserifyConfig) .bundle() .pipe(source('McFly.js')) diff --git a/bower.json b/bower.json index 108e15b..d5a585f 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "mcfly", "description": "Flux architecture made easy", - "version": "0.0.7", + "version": "0.0.8", "main": "dist/McFly.js", "license": "https://github.com/kenwheeler/mcfly/blob/master/LICENSE", "repository": { diff --git a/package.json b/package.json index 73e504b..2b69b0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcfly", - "version": "0.0.7", + "version": "0.0.8", "description": "Flux architecture made easy", "keywords": [ "flux",