Skip to content

Commit

Permalink
release v2.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
6pac committed Aug 28, 2019
1 parent 285bf5f commit 7eaf691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "slickgrid",
"version": "2.4.11",
"version": "2.4.12",
"description": "A lightning fast JavaScript grid/spreadsheet",
"main": "slick.core.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion slick.grid.js
Expand Up @@ -5694,7 +5694,7 @@ if (typeof Slick === "undefined") {
// Public API

$.extend(this, {
"slickGridVersion": "2.4.11",
"slickGridVersion": "2.4.12",

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

0 comments on commit 7eaf691

Please sign in to comment.