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 f44a398 commit 6fe0fb2Copy full SHA for 6fe0fb2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "slickgrid",
3
- "version": "2.4.2",
+ "version": "2.4.3",
4
"description": "A lightning fast JavaScript grid/spreadsheet",
5
"main": "slick.core.js",
6
"directories": {
slick.grid.js
@@ -5177,7 +5177,7 @@ if (typeof Slick === "undefined") {
5177
// Public API
5178
5179
$.extend(this, {
5180
- "slickGridVersion": "2.4.2",
+ "slickGridVersion": "2.4.3",
5181
5182
// Events
5183
"onScroll": new Slick.Event(),
0 commit comments