Skip to content

Commit 0f0462a

Browse files
author
Charles Baynham
committed
Documentation
1 parent 75eed20 commit 0f0462a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGE LOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# FlipClock.js
22

3+
#### 0.7.5
4+
##### 21/10/2014
5+
6+
- (Bug Fix) Fixed a typo in the definition of the (unused by default) method getWeeks.
7+
38
#### 0.7.4
49
##### 10/06/2014
510

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flipclock",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"homepage": "https://github.com/objectivehtml/FlipClock",
55
"authors": [
66
"Objective HTML",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flipclock",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"email": "[email protected]",
55
"author": "Objective HTML, LLC <[email protected]>",
66
"license": "MIT",

src/flipclock/js/libs/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var FlipClock;
5757
* Version
5858
*/
5959

60-
version: '0.7.4',
60+
version: '0.7.5',
6161

6262
/**
6363
* Sets the default options

0 commit comments

Comments
 (0)