Skip to content

Commit

Permalink
Bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfiana Sibuea committed Jan 16, 2015
1 parent 38a416e commit d9eb959
Show file tree
Hide file tree
Showing 13 changed files with 25 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.6.0-dev",
"version": "0.6.0",
"homepage": "http://fian.my.id/Waves",
"authors": [
"Alfiana E. Sibuea <[email protected]>"
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.6.0-dev
* Waves v0.6.0
* 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,5 +1,5 @@
/*!
* Waves v0.6.0-dev
* Waves v0.6.0
* 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.

4 changes: 2 additions & 2 deletions dist/waves.min.js

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

17 changes: 12 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.6.0-dev</p>
<p>v0.6.0</p>
</div>

<div id="content">
Expand Down Expand Up @@ -434,10 +434,17 @@ <h2>FAQ</h2>
<p>
<strong>Browser support?</strong>
</p>

<p>
Waves works in latest modern browser (i.e. Chrome, Firefox, Opera and Safari) and also IE10+. More browser support will comming.
</p>

<ul>
<li>IE 10++</li>
<li>Chrome 14++</li>
<li>Firefox 9++</li>
<li>Safari 5.1++</li>
<li>Opera 11.6++</li>
<li>iOS 6++ (Safari)</li>
<li>Windows Phone 8.1 (IE)</li>
<li>Android Browser 4++</li>
</ul>

<p>
<strong>Can I make Waves better?</strong>
Expand Down
1 change: 1 addition & 0 deletions docs/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ul {

ul li {
margin-left:30px;
line-height: 160%;
}

.code-head,
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": "Waves",
"version": "0.6.0-dev",
"version": "0.6.0",
"description": "Click effect insipired by Google Material Design",
"author": "Alfiana E. Sibuea <[email protected]>",
"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,5 +1,5 @@
/*!
* Waves v0.6.0-dev
* Waves v0.6.0
* 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.6.0-dev
* Waves v0.6.0
* 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.6.0-dev
* Waves v0.6.0
* 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.6.0-dev
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down
2 changes: 1 addition & 1 deletion src/stylus/waves.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lesscss-percentage(n)
(n * 100)%
/*!
* Waves v0.6.0-dev
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
Expand Down

0 comments on commit d9eb959

Please sign in to comment.