Skip to content

Commit

Permalink
fixed dates array in onSelect callback
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0n committed May 19, 2016
1 parent 8a33911 commit d32cf74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ $('.my-datepicker').datepicker([options])

## Change log

### v2.0.2
* fixed dates array in `onSelect` callback

### v2.0.1
* fixed version for npm

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": "air-datepicker",
"version": "2.0.1",
"version": "2.0.2",
"authors": [
"t1m0n <[email protected]>"
],
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": "air-datepicker",
"version": "2.0.1",
"version": "2.0.2",
"devDependencies": {
"autoprefixer": "^6.1.0",
"browserify": "^13.0.0",
Expand Down

0 comments on commit d32cf74

Please sign in to comment.