Skip to content

Commit 896d609

Browse files
committed
v1.0.3
1 parent 64f50e5 commit 896d609

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkboxes.js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
55
"authors": [
66
"Rubens Mariuzzo <[email protected]>"

build/jquery.checkboxes.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "checkboxes.js",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
55
"keywords": "checkbox checkboxes",
66
"license": "MIT",
77
"author": "Rubens Mariuzzo <[email protected]> (http://mariuzzo.com/)",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/rmariuzzo/checkboxes.js.git"
11+
},
812
"devDependencies": {
913
"grunt": "~0.4.1",
1014
"grunt-contrib-uglify": "~0.2.2",

0 commit comments

Comments
 (0)