Skip to content

Commit a0a9d44

Browse files
committed
Tag v0.0.7
1 parent 4110bb5 commit a0a9d44

11 files changed

+15
-11
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ gulp
126126

127127
## Change log
128128

129+
0.0.7
130+
131+
* Enables twelve hour mode with AM & PM buttons.
132+
129133
0.0.6
130134

131135
* Default time can be setted to `now`.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clockpicker",
33
"description": "A clock-style timepicker for Bootstrap (or jQuery)",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"main": [
66
"dist/jquery-clockpicker.js",
77
"dist/jquery-clockpicker.css"

dist/bootstrap-clockpicker.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ClockPicker v0.0.6 for Bootstrap (http://weareoutman.github.io/clockpicker/)
2+
* ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
33
* Copyright 2014 Wang Shenwei.
44
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
55
*/

dist/bootstrap-clockpicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ClockPicker v0.0.6 (http://weareoutman.github.io/clockpicker/)
2+
* ClockPicker v0.0.7 (http://weareoutman.github.io/clockpicker/)
33
* Copyright 2014 Wang Shenwei.
44
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
55
*/

dist/bootstrap-clockpicker.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-clockpicker.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-clockpicker.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ClockPicker v0.0.6 for jQuery (http://weareoutman.github.io/clockpicker/)
2+
* ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
33
* Copyright 2014 Wang Shenwei.
44
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
55
*

dist/jquery-clockpicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ClockPicker v0.0.6 (http://weareoutman.github.io/clockpicker/)
2+
* ClockPicker v0.0.7 (http://weareoutman.github.io/clockpicker/)
33
* Copyright 2014 Wang Shenwei.
44
* Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
55
*/

dist/jquery-clockpicker.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-clockpicker.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clockpicker",
33
"description": "A clock-style timepicker for Bootstrap (or jQuery)",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"author": {
66
"name": "Wang Shenwei",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)