Skip to content

Commit

Permalink
release v2.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
6pac committed Dec 8, 2018
1 parent 967e7c9 commit 854301d
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.3.22",
"version": "2.3.23",
"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 @@ -3905,7 +3905,7 @@ if (typeof Slick === "undefined") {
// Public API

$.extend(this, {
"slickGridVersion": "2.3.22",
"slickGridVersion": "2.3.23",

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

0 comments on commit 854301d

Please sign in to comment.