Skip to content

Commit 5f114f3

Browse files
committed
Updated Changelog
1 parent 0a01fde commit 5f114f3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.4
4+
##### 10/06/2014
5+
6+
- (Feature) Published to NPM and can be installed with `npm install flipclock`
7+
38
#### 0.7.3
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.3",
3+
"version": "0.7.4",
44
"homepage": "https://github.com/objectivehtml/FlipClock",
55
"authors": [
66
"Objective HTML",

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.3',
60+
version: '0.7.4',
6161

6262
/**
6363
* Sets the default options

0 commit comments

Comments
 (0)