Skip to content

Commit

Permalink
release v2.4.40
Browse files Browse the repository at this point in the history
  • Loading branch information
6pac committed Sep 9, 2021
1 parent 4d93f52 commit 0273896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slickgrid",
"version": "2.4.39",
"version": "2.4.40",
"description": "A lightning fast JavaScript grid/spreadsheet",
"main": "slick.core.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion slick.grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@ if (typeof Slick === "undefined") {
// Public API

$.extend(this, {
"slickGridVersion": "2.4.39",
"slickGridVersion": "2.4.40",

// Events
"onScroll": new Slick.Event(),
Expand Down

0 comments on commit 0273896

Please sign in to comment.