Skip to content

Commit

Permalink
Push to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfiana Sibuea committed Sep 25, 2014
1 parent 966a13d commit 9ca3fbe
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "http://publicis-indonesia.github.io/Waves",
"authors": [
"Alfiana E. Sibuea <alfian.sibuea@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/waves.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Waves v0.5.2
* Waves v0.5.3
* 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.2
* Waves v0.5.3
* 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.2</p>
<p>v0.5.3</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.

1 change: 1 addition & 0 deletions docs/static/waves.min.js.map

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.5.2",
"version": "0.5.3",
"description": "Click effect insipired by Google Material Design",
"author": "Alfiana E. Sibuea <alfian.sibuea@gmail.com>",
"main": "waves.js",
Expand All @@ -19,10 +19,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/publicis-indonesia/Waves.git"
"url": "https://github.com/fians/Waves.git"
},
"bugs": {
"url": "https://github.com/publicis-indonesia/Waves/issues"
"url": "https://github.com/fians/Waves/issues"
},
"homepage": "http://publicis-indonesia.github.io/Waves"
"homepage": "http://fian.my.id/Waves"
}
2 changes: 1 addition & 1 deletion src/css/waves.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Waves v0.5.2
* Waves v0.5.3
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
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.2
* Waves v0.5.3
* 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.2
* Waves v0.5.3
* 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.2
* Waves v0.5.3
* 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.2
* Waves v0.5.3
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down

0 comments on commit 9ca3fbe

Please sign in to comment.