Skip to content

Commit

Permalink
Push to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfiana Sibuea committed Oct 19, 2014
1 parent 1181bf6 commit 143df0a
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.5.3",
"version": "0.5.4",
"homepage": "http://fian.my.id/Waves",
"authors": [
"Alfiana E. Sibuea <alfian.sibuea@gmail.com>"
Expand All @@ -11,7 +11,7 @@
"click",
"material-design"
],
"license": "BSD",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
Expand Down
2 changes: 1 addition & 1 deletion dist/waves.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Waves v0.5.3
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/waves.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Waves v0.5.3
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/waves.min.css

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

2 changes: 1 addition & 1 deletion dist/waves.min.js

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

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div id="lead" class="text-center waves-effect waves-light waves-block">
<h1>Waves</h1>
<p>Click effect inspired by Google's Material Design</p>
<p>v0.5.3</p>
<p>v0.5.4</p>
</div>

<div id="content">
Expand Down
2 changes: 1 addition & 1 deletion docs/static/waves.min.css

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

2 changes: 1 addition & 1 deletion docs/static/waves.min.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": "Waves",
"version": "0.5.3",
"version": "0.5.4",
"description": "Click effect insipired by Google Material Design",
"author": "Alfiana E. Sibuea <alfian.sibuea@gmail.com>",
"main": "waves.js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/waves.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Waves v0.5.3
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down
2 changes: 1 addition & 1 deletion src/less/waves.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Waves v0.5.3
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down
2 changes: 1 addition & 1 deletion src/sass/waves.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Waves v0.5.3
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down
2 changes: 1 addition & 1 deletion src/scss/waves.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Waves v0.5.3
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down

0 comments on commit 143df0a

Please sign in to comment.