Skip to content

Commit

Permalink
Push to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfiana E. Sibuea committed Aug 12, 2014
1 parent 730616d commit 0a4b375
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');

// Create grunt task
grunt.registerTask('build', ['cssmin', 'jshint', 'uglify', 'copy']);
grunt.registerTask('default', ['watch']);
};
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ Waves

Click effect inspired by Google's Material Design
http://publicis-indonesia.github.io/Waves/

Publish new version
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "http://publicis-indonesia.github.io/Waves",
"authors": [
"Alfiana E. Sibuea <[email protected]>"
Expand All @@ -19,8 +19,7 @@
"src",
"test",
"tests",
"bower.json",
"gulpfile.js",
"Gruntfile.js",
"package.json",
"README.md"
]
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.0
* Waves v0.5.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. 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 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.0</p>
<p>v0.5.1</p>
</div>

<div id="content">
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.5.0",
"version": "0.5.1",
"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/css/waves.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*!
* Waves v0.5.0
* Waves v0.5.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. 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.0
* Waves v0.5.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. 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.0
* Waves v0.5.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. 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.0
* Waves v0.5.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down

0 comments on commit 0a4b375

Please sign in to comment.