Skip to content

Commit

Permalink
release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
6pac committed Feb 9, 2019
1 parent f44a398 commit 6fe0fb2
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.2",
"version": "2.4.3",
"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 @@ -5177,7 +5177,7 @@ if (typeof Slick === "undefined") {
// Public API

$.extend(this, {
"slickGridVersion": "2.4.2",
"slickGridVersion": "2.4.3",

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

0 comments on commit 6fe0fb2

Please sign in to comment.