Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inorganik committed Jan 28, 2023
1 parent e3bbc8d commit dae5a25
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/countUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var CountUp = /** @class */ (function () {
var _this = this;
this.endVal = endVal;
this.options = options;
this.version = '2.4.1';
this.version = '2.4.2';
this.defaults = {
startVal: 0,
decimalPlaces: 0,
Expand Down
2 changes: 1 addition & 1 deletion dist/countUp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/countUp.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
var _this = this;
this.endVal = endVal;
this.options = options;
this.version = '2.4.1';
this.version = '2.4.2';
this.defaults = {
startVal: 0,
decimalPlaces: 0,
Expand Down
Loading

0 comments on commit dae5a25

Please sign in to comment.