Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwheeler committed Nov 26, 2014
1 parent 573753b commit 0a7bf5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcfly",
"version": "0.0.7",
"version": "0.0.8",
"description": "Flux architecture made easy",
"keywords": [
"flux",
Expand Down

0 comments on commit 0a7bf5a

Please sign in to comment.