We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a01fde commit 5f114f3Copy full SHA for 5f114f3
CHANGE LOG.md
@@ -1,5 +1,10 @@
1
# FlipClock.js
2
3
+#### 0.7.4
4
+##### 10/06/2014
5
+
6
+- (Feature) Published to NPM and can be installed with `npm install flipclock`
7
8
#### 0.7.3
9
##### 10/06/2014
10
bower.json
@@ -1,6 +1,6 @@
{
"name": "flipclock",
- "version": "0.7.3",
+ "version": "0.7.4",
"homepage": "https://github.com/objectivehtml/FlipClock",
"authors": [
"Objective HTML",
src/flipclock/js/libs/core.js
@@ -57,7 +57,7 @@ var FlipClock;
57
* Version
58
*/
59
60
- version: '0.7.3',
+ version: '0.7.4',
61
62
/**
63
* Sets the default options
0 commit comments