Skip to content

Commit a203135

Browse files
committed
Change version to 0.1.4
1 parent cbe75c3 commit a203135

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-datetimepicker",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "This directive allows you to add a datetime-picker to your form.",
55
"author": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors",
66
"license": "MIT",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-datetimepicker",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "This directive allows you to add a datetime-picker to your form elements.",
55
"author": "https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors",
66
"license": "MIT",

src/js/datetimepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*jslint vars:true */
33

44
/**
5-
* @license angular-bootstrap-datetimepicker v0.1.3
5+
* @license angular-bootstrap-datetimepicker v0.1.4
66
* (c) 2013 Knight Rider Consulting, Inc. http://www.knightrider.com
77
* License: MIT
88
*/

0 commit comments

Comments
 (0)