Skip to content

Commit

Permalink
change revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
Janic Beauchemin committed Jul 14, 2014
1 parent df2f53e commit d4dc23c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ module.exports = function (grunt) {
grunt.initConfig({
config: config,
pkg: grunt.file.readJSON('package.json'),
banner: '/* <%= pkg.name %> - <%= pkg.version %>\n' +
'<%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' +
'* Copyright (c) <%= grunt.template.today("yyyy-mm-dd") %> <%= pkg.author.name %> - <%= pkg.author.url %> */\n\n',
banner: '<%= config.banner %>',
autoprefixer: {
single_file: {
options: {
Expand Down
2 changes: 1 addition & 1 deletion dist/switcher.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jquery.switcher - 1.0.0
/* jquery.switcher - 1.0.1
* Copyright (c) 2014-07-14 Janic Beauchemin - https://github.com/djanix/ */


Expand Down
2 changes: 1 addition & 1 deletion dist/switcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Under MIT License
*/

/* jquery.switcher - 1.0.0
/* jquery.switcher - 1.0.1
* Copyright (c) 2014-07-11 Janic Beauchemin - https://github.com/djanix/ */

;(function ($, window, document, undefined) {
Expand Down
2 changes: 1 addition & 1 deletion dist/switcher.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/switcher.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": "jquery.switcher",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"homepage": "",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion switcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Under MIT License
*/

/* jquery.switcher - 1.0.0
/* jquery.switcher - 1.0.1
* Copyright (c) 2014-07-11 Janic Beauchemin - https://github.com/djanix/ */

;(function ($, window, document, undefined) {
Expand Down

0 comments on commit d4dc23c

Please sign in to comment.