Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Janic Beauchemin committed Jul 17, 2014
1 parent 62fb9b5 commit adf9b22
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jquery.switcher v1.1.0
jquery.switcher v1.1.1
===============

Custom checkbox / radio button in jquery
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery.switcher",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://djanix.github.io/jquery.switcher/",
"docs": "http://amsul.github.io/pickadate.js",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions dist/switcher.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jquery.switcher - 1.1.0
* Copyright (c) 2014-07-16 Janic Beauchemin - https://github.com/djanix/ */
/* jquery.switcher - 1.1.1
* Copyright (c) 2014-07-17 Janic Beauchemin - https://github.com/djanix/ */


.switcher {
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.1
/* jquery.switcher - 1.1.1
* Copyright (c) 2014-07-11 Janic Beauchemin - https://github.com/djanix/ */

;(function ($, window, document, undefined) {
Expand Down
4 changes: 2 additions & 2 deletions dist/switcher.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/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.1.0",
"version": "1.1.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.1
/* jquery.switcher - 1.1.1
* Copyright (c) 2014-07-11 Janic Beauchemin - https://github.com/djanix/ */

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

0 comments on commit adf9b22

Please sign in to comment.