Skip to content

Commit

Permalink
Version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Oct 1, 2016
1 parent 3c125c3 commit 4a4b8f1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# checkboxes.js – v.1.1.0
# checkboxes.js – v.1.2.0

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

3. **Install** development dependencies.

```shell
npm install
bower install
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.1.0",
"version": "1.2.0",
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
"authors": [
"Rubens Mariuzzo <[email protected]>"
Expand Down
1 change: 0 additions & 1 deletion dist/jquery.checkboxes-1.1.0.min.js

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/jquery.checkboxes-1.2.0.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": "checkboxes.js",
"version": "1.1.0",
"version": "1.2.0",
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
"keywords": [
"checkbox",
Expand Down

0 comments on commit 4a4b8f1

Please sign in to comment.