Skip to content

Commit

Permalink
release v2.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
6pac committed May 12, 2018
1 parent d778e25 commit 6e4b6b6
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.3.17",
"version": "2.3.18",
"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 @@ -3856,7 +3856,7 @@ if (typeof Slick === "undefined") {
// Public API

$.extend(this, {
"slickGridVersion": "2.3.17",
"slickGridVersion": "2.3.18",

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

0 comments on commit 6e4b6b6

Please sign in to comment.