Skip to content

Commit 5533ffd

Browse files
committed
Version 1.0.4
1 parent f2f4df1 commit 5533ffd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Features
1616
* **Data API** like Twitter Bootstrap
1717

1818
Installation
19-
------------
19+
============
2020

2121
1. Include jQuery into your HTML page.
2222
2. Include [`jQuery.checkboxes.min.js`](build/jquery.checkboxes.min.js) into your HTML page, just after jQuery.
2323

2424
Documentation and examples
25-
--------------------------
25+
==========================
2626

2727
* [Checking all checkboxes in a context](http://rmariuzzo.github.io/checkboxes.js/#checking-all-checkboxes)
2828
* [Unchecking all checkboxes in a context](http://rmariuzzo.github.io/checkboxes.js/#unchecking-all-checkboxes)

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.3",
3+
"version": "1.0.4",
44
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
55
"authors": [
66
"Rubens Mariuzzo <[email protected]>"

package.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.3",
3+
"version": "1.0.4",
44
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
55
"keywords": "checkbox checkboxes",
66
"license": "MIT",

0 commit comments

Comments
 (0)