Skip to content

Commit

Permalink
🍻 Bump version v0.2.2
Browse files Browse the repository at this point in the history
📝 Done a todo job.
  • Loading branch information
mystist committed Jun 19, 2015
1 parent f197798 commit a914f25
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Bootstrap-waterfall is fairly simple, enjoy your contributing, happy coding!
* :tada: `:tada:` when none of those above you want to use

## Todo
* Prepare gh-pages.
* Write test cases.
* CI

## Done
* Prepare gh-pages.
* Support simple usage.
* Try on [JiaDingWaiMai](https://github.com/Mystist/JiaDingWaiMai).
* Update Yeoman generater.
Expand Down
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.2.1",
"version": "0.2.2",
"dependencies": {
"jquery": "~2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/bootstrap-waterfall.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.1",
"version": "0.2.2",
"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 @@ -105,7 +105,7 @@
}, this), 777))
}

Waterfall.VERSION = '0.2.1'
Waterfall.VERSION = '0.2.2'

Waterfall.DEFAULTS = {
}
Expand Down

0 comments on commit a914f25

Please sign in to comment.