Skip to content

Commit f2b3a08

Browse files
committed
Version bump
1 parent ed36c13 commit f2b3a08

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.2.3";
27+
this.version = "0.3.1";
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.2.3";
27+
this.version = "0.3.1";
2828
this.initialised = false;
2929
this.now = this._getTime();
3030
this.epoch = uts;

0 commit comments

Comments
 (0)