Skip to content

Commit

Permalink
Update to release v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 29, 2015
1 parent e39cba2 commit 8e80915
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DatePicker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.5
* @version 1.3.6
*/

namespace kartik\date;
Expand Down
2 changes: 1 addition & 1 deletion DatePickerAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.5
* @version 1.3.6
*/

namespace kartik\date;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ to the `require` section of your `composer.json` file.

## Latest Release

> NOTE: The latest version of the module is v1.3.4. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-widget-datepicker/blob/master/CHANGE.md) for details.
> NOTE: The latest version of the module is v1.3.6. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-widget-datepicker/blob/master/CHANGE.md) for details.
## Demo

Expand Down
2 changes: 1 addition & 1 deletion assets/css/datepicker-kv.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.5
* @version 1.3.6
*
* Custom styling for Datepicker
* Built for Yii Framework 2.0
Expand Down
2 changes: 1 addition & 1 deletion assets/css/datepicker-kv.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.5
* @version 1.3.6
*
* Custom styling for Datepicker
* Built for Yii Framework 2.0
Expand Down
2 changes: 1 addition & 1 deletion assets/js/datepicker-kv.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.5
* @version 1.3.6
*
* Extension to bootstrap datepicker to use noconflict approach
* so that the plugin does not conflict with other jquery plugins
Expand Down
2 changes: 1 addition & 1 deletion assets/js/datepicker-kv.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015
* @package yii2-widgets
* @subpackage yii2-widget-datepicker
* @version 1.3.5
* @version 1.3.6
*
* Extension to bootstrap datepicker to use noconflict approach
* so that the plugin does not conflict with other jquery plugins
Expand Down

0 comments on commit 8e80915

Please sign in to comment.