Skip to content

Commit

Permalink
Version bump (1.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
antennaio committed Feb 19, 2017
1 parent e2310a4 commit 28ecb90
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
HEAD
----
1.2.2
-----

- new option added: `allowEmpty`

- new option added: `emptyValue`

- bugfix: accept empty string in set method (@kzmi, [#85](https://github.com/antennaio/jquery-bar-rating/pull/85))

- bugfix: little CSS fix (@bygiro, [#74](https://github.com/antennaio/jquery-bar-rating/pull/74))

- bugfix: syntax error within example in documentation (@sorter, [#72](https://github.com/antennaio/jquery-bar-rating/pull/72))
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": "jquery-bar-rating",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "http://antenna.io/demo/jquery-bar-rating/examples/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.barrating.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 dist/jquery.barrating.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jquery.barrating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jQuery Bar Rating Plugin v1.2.1
* jQuery Bar Rating Plugin v1.2.2
*
* http://github.com/antennaio/jquery-bar-rating
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-bar-rating",
"description": "Minimal, light-weight jQuery ratings.",
"version": "1.2.1",
"version": "1.2.2",
"main": "jquery.barrating.js",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 28ecb90

Please sign in to comment.