We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17214a7 commit f7eba1fCopy full SHA for f7eba1f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "slickgrid",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "A lightning fast JavaScript grid/spreadsheet",
5
"main": "slick.core.js",
6
"directories": {
slick.grid.js
@@ -5171,7 +5171,7 @@ if (typeof Slick === "undefined") {
5171
// Public API
5172
5173
$.extend(this, {
5174
- "slickGridVersion": "2.4.0",
+ "slickGridVersion": "2.4.1",
5175
5176
// Events
5177
"onScroll": new Slick.Event(),
0 commit comments