Skip to content

Commit 4a4b8f1

Browse files
committed
Version 1.2.0.
1 parent 3c125c3 commit 4a4b8f1

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# checkboxes.js – v.1.1.0
1+
# checkboxes.js – v.1.2.0
22

33
> A jQuery plugin that gives you nice powers over your checkboxes. http://rmariuzzo.github.io/checkboxes.js
44
@@ -65,7 +65,7 @@ npm install checkboxes.js --save
6565
```
6666

6767
3. **Install** development dependencies.
68-
68+
6969
```shell
7070
npm install
7171
bower install

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

dist/jquery.checkboxes-1.1.0.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

dist/jquery.checkboxes-1.2.0.min.js

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

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.1.0",
3+
"version": "1.2.0",
44
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
55
"keywords": [
66
"checkbox",

0 commit comments

Comments
 (0)