We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2f285 commit 6f05357Copy full SHA for 6f05357
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "slickgrid",
3
- "version": "2.3.13",
+ "version": "2.3.14",
4
"description": "A lightning fast JavaScript grid/spreadsheet",
5
"main": "slick.core.js",
6
"directories": {
slick.grid.js
@@ -3836,7 +3836,7 @@ if (typeof Slick === "undefined") {
3836
// Public API
3837
3838
$.extend(this, {
3839
- "slickGridVersion": "2.3.13",
+ "slickGridVersion": "2.3.14",
3840
3841
// Events
3842
"onScroll": new Slick.Event(),
0 commit comments