Skip to content

Commit 4d66adb

Browse files
committed
Fixed build not updating plugin version
1 parent e9100c4 commit 4d66adb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/jquery.selectric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* /,'
1010
* /'
1111
*
12-
* Selectric Ϟ v1.8.0 (2014-09-01) - http://lcdsantos.github.io/jQuery-Selectric/
12+
* Selectric Ϟ v1.8.1 (2014-09-01) - http://lcdsantos.github.io/jQuery-Selectric/
1313
*
1414
* Copyright (c) 2014 Leonardo Santos; Dual licensed: MIT/GPL
1515
*

dist/jquery.selectric.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var sass = function(options){
9494
});
9595
}
9696
});
97-
}
97+
};
9898

9999
module.exports = sass;
100100

@@ -116,4 +116,4 @@ gulp.task('bump', function(){
116116
.pipe(gulp.dest('./'));
117117
});
118118

119-
gulp.task('default', ['js', 'js-min', 'css', 'bump']);
119+
gulp.task('default', ['bump', 'js', 'js-min', 'css']);

0 commit comments

Comments
 (0)