diff --git a/Gruntfile.js b/Gruntfile.js index 6f40f1e..cb2fff3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']); }; \ No newline at end of file diff --git a/README.md b/README.md index 89f0927..a9ace82 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Waves Click effect inspired by Google's Material Design http://publicis-indonesia.github.io/Waves/ + +Publish new version \ No newline at end of file diff --git a/bower.json b/bower.json index 511d9ac..c9e044f 100644 --- a/bower.json +++ b/bower.json @@ -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 " @@ -19,8 +19,7 @@ "src", "test", "tests", - "bower.json", - "gulpfile.js", + "Gruntfile.js", "package.json", "README.md" ] diff --git a/dist/waves.css b/dist/waves.css index 780850e..990eed5 100644 --- a/dist/waves.css +++ b/dist/waves.css @@ -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 diff --git a/dist/waves.min.css b/dist/waves.min.css index 8e8a79f..37f9bac 100644 --- a/dist/waves.min.css +++ b/dist/waves.min.css @@ -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 diff --git a/index.html b/index.html index 7f49def..fc6cde6 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@

Waves

Click effect inspired by Google's Material Design

-

v0.5.0

+

v0.5.1

diff --git a/package.json b/package.json index 1665a13..968abcc 100644 --- a/package.json +++ b/package.json @@ -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 ", "main": "waves.js", diff --git a/src/css/waves.css b/src/css/waves.css index 780850e..990eed5 100644 --- a/src/css/waves.css +++ b/src/css/waves.css @@ -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 diff --git a/src/less/waves.less b/src/less/waves.less index a5ba6ef..2861c41 100644 --- a/src/less/waves.less +++ b/src/less/waves.less @@ -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 diff --git a/src/sass/waves.sass b/src/sass/waves.sass index 180ce4c..598f61a 100644 --- a/src/sass/waves.sass +++ b/src/sass/waves.sass @@ -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 diff --git a/src/scss/waves.scss b/src/scss/waves.scss index a3844d3..a7a9861 100644 --- a/src/scss/waves.scss +++ b/src/scss/waves.scss @@ -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