Skip to content

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed May 15, 2014
1 parent f2f4df1 commit 5533ffd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Features
* **Data API** like Twitter Bootstrap

Installation
------------
============

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

Documentation and examples
--------------------------
==========================

* [Checking all checkboxes in a context](http://rmariuzzo.github.io/checkboxes.js/#checking-all-checkboxes)
* [Unchecking all checkboxes in a context](http://rmariuzzo.github.io/checkboxes.js/#unchecking-all-checkboxes)
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": "checkboxes.js",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
"authors": [
"Rubens Mariuzzo <rubens@mariuzzo.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkboxes.js",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/rmariuzzo/checkboxes.js",
"keywords": "checkbox checkboxes",
"license": "MIT",
Expand Down

0 comments on commit 5533ffd

Please sign in to comment.