Skip to content

Commit

Permalink
Bump v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Jan 28, 2015
1 parent a4d6307 commit b74f6f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ gulp.task('test', function() {
gulp.task('report', function () {
gulp.src('./wisteria.css')
.pipe($.stylestats());
});
});

gulp.task('watch', function() {
gulp.watch('./*.css', ['default']);
});
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="container">
<header class="hero"><div class="inner">
<h1 class="h1">wisteria</h1>
<p class="strong">v0.3.0</p>
<p class="strong">v0.4.0</p>
<p class="u-mbx">A class-attribute based simple CSS framework.</p>
<p><a href="https://github.com/t32k/wisteria/archive/master.zip" class="button">Download</a></p>
</div></header>
Expand Down

0 comments on commit b74f6f9

Please sign in to comment.