Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t1m0n committed Sep 21, 2016
1 parent ec46ba1 commit f59bf95
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ $('.my-datepicker').datepicker([options])

## Change log

### v2.2.2
* fixed min,max dates handling


### v2.2.1
* changed RegExp for recognizing date parts
* changed jquery version dependency
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.2.1",
"version": "2.2.2",
"authors": [
"t1m0n <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/js/datepicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;(function (window, $, undefined) { ;(function () {
var VERSION = '2.2.1',
var VERSION = '2.2.2',
pluginName = 'datepicker',
autoInitSelector = '.datepicker-here',
$body, $datepickersContainer,
Expand Down
2 changes: 1 addition & 1 deletion dist/js/datepicker.min.js

Large diffs are not rendered by default.

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.2.1",
"version": "2.2.2",
"devDependencies": {
"autoprefixer": "^6.1.0",
"browserify": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/js/datepicker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;(function () {
var VERSION = '2.2.1',
var VERSION = '2.2.2',
pluginName = 'datepicker',
autoInitSelector = '.datepicker-here',
$body, $datepickersContainer,
Expand Down

0 comments on commit f59bf95

Please sign in to comment.