Skip to content

Commit 1a051d0

Browse files
committed
prepare for publishing v4.9.2
1 parent 2c07cb0 commit 1a051d0

6 files changed

+594
-576
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "free-jqgrid",
33
"description": "grid as jQuery plugin - fork of jqGrid before licensing change",
4-
"version": "4.9.1",
4+
"version": "4.9.2",
55
"main": [
66
"js/jquery.jqgrid.min.js",
77
"js/jquery.jqgrid.src.js",

js/grid.base.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
// @compilation_level SIMPLE_OPTIMIZATIONS
33

44
/**
5-
* @license jqGrid 4.9.1-post - free jqGrid: https://github.com/free-jqgrid/jqGrid
5+
* @license jqGrid 4.9.2 - free jqGrid: https://github.com/free-jqgrid/jqGrid
66
* Copyright (c) 2008-2014, Tony Tomov, [email protected]
77
* Copyright (c) 2014-2015, Oleg Kiriljuk, [email protected]
88
* Dual licensed under the MIT and GPL licenses
99
* http://www.opensource.org/licenses/mit-license.php
1010
* http://www.gnu.org/licenses/gpl-2.0.html
11-
* Date: 2015-08-05
11+
* Date: 2015-08-10
1212
*/
1313
//jsHint options
1414
/*jshint evil:true, eqeqeq:false, eqnull:true, devel:true */
@@ -332,7 +332,7 @@
332332

333333
$.extend(true, jgrid, {
334334
/** @const */
335-
version: "4.9.1",
335+
version: "4.9.2",
336336
/** @const */
337337
productName: "free jqGrid",
338338
defaults: {},

0 commit comments

Comments
 (0)