Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
support swipe events for mobile
now works with checkbox AND radio buttons
use input html instead of empty div
  • Loading branch information
Janic Beauchemin committed Jul 17, 2014
1 parent 20a3285 commit 62fb9b5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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
jquery.switcher v1.1.0
===============

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.0.0",
"version": "1.1.0",
"homepage": "http://djanix.github.io/jquery.switcher/",
"docs": "http://amsul.github.io/pickadate.js",
"authors": [
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.1
/* jquery.switcher - 1.1.0
* Copyright (c) 2014-07-16 Janic Beauchemin - https://github.com/djanix/ */


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.1",
"version": "1.1.0",
"description": "",
"homepage": "",
"author": {
Expand Down

0 comments on commit 62fb9b5

Please sign in to comment.