Skip to content

Commit daae93b

Browse files
committed
Cleanup
1 parent f2b3a08 commit daae93b

6 files changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ var flipdown = new FlipDown(1538137672)
162162
});
163163
```
164164

165-
## Contribute
166-
167-
Pull requests and feature suggestions welcome and e
168-
169165
## Acknowledgements
170166

171167
Thanks to the following people for their suggestions/fixes:

dist/flipdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var FlipDown = function () {
2424
el = "flipdown";
2525
}
2626

27-
this.version = "0.3.1";
27+
this.version = "0.3.2";
2828
this.initialised = false;
2929
this.now = this._getTime();
3030
this.epoch = uts;

dist/flipdown.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/js/flipdown/flipdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var FlipDown = function () {
2424
el = "flipdown";
2525
}
2626

27-
this.version = "0.3.1";
27+
this.version = "0.3.2";
2828
this.initialised = false;
2929
this.now = this._getTime();
3030
this.epoch = uts;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flipdown",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A lightweight and performant flip styled countdown clock",
55
"main": "src/flipdown.js",
66
"scripts": {

src/flipdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class FlipDown {
2222
}
2323

2424
// FlipDown version
25-
this.version = "0.3.1";
25+
this.version = "0.3.2";
2626

2727
// Initialised?
2828
this.initialised = false;

0 commit comments

Comments
 (0)