Skip to content

Commit dae5a25

Browse files
committed
bump version
1 parent e3bbc8d commit dae5a25

6 files changed

+6
-6
lines changed

dist/countUp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var CountUp = /** @class */ (function () {
1515
var _this = this;
1616
this.endVal = endVal;
1717
this.options = options;
18-
this.version = '2.4.1';
18+
this.version = '2.4.2';
1919
this.defaults = {
2020
startVal: 0,
2121
decimalPlaces: 0,

dist/countUp.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/countUp.umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
var _this = this;
2222
this.endVal = endVal;
2323
this.options = options;
24-
this.version = '2.4.1';
24+
this.version = '2.4.2';
2525
this.defaults = {
2626
startVal: 0,
2727
decimalPlaces: 0,

0 commit comments

Comments
 (0)