Skip to content

Commit

Permalink
🍻 Bump version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mystist committed Feb 28, 2015
1 parent 7fbabbd commit bf0f286
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
> Waterfall the world beauty.
## TODO
- Support simple use case.
- Update Yeoman generater.
- Handle images's width within `col-md-12` and `col-lg-12`. Load more bigger/smaller images when resize.
- Prepare gh-pages.
- Write test cases.
- CI
- Explain why named as bootstrap.

## DONE
- Update Yeoman generater.
- Support simple usage.
- Try on [JiaDingWaiMai](https://github.com/Mystist/JiaDingWaiMai).
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-waterfall",
"version": "0.1.0",
"version": "0.1.5",
"dependencies": {
"jquery": "~2.1.3"
},
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": "bootstrap-waterfall",
"version": "0.1.0",
"version": "0.1.5",
"description": "Waterfall the world beauty.",
"keywords": [
"jquery-plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap-waterfall.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
.bindResize()
}

Waterfall.VERSION = '0.1.0'
Waterfall.VERSION = '0.1.5'

Waterfall.DEFAULTS = {
}
Expand Down

0 comments on commit bf0f286

Please sign in to comment.