Skip to content

Commit 22c7f4b

Browse files
committed
Update version number 4.9.3-beta to 4.10.0-beta
1 parent 7fbf17e commit 22c7f4b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

js/grid.base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @compilation_level SIMPLE_OPTIMIZATIONS
33

44
/**
5-
* @license jqGrid 4.9.3-beta - free jqGrid: https://github.com/free-jqgrid/jqGrid
5+
* @license jqGrid 4.10.0-beta - 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
@@ -332,7 +332,7 @@
332332

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

js/jquery.jqgrid.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.jqgrid.min.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

js/jquery.jqgrid.src.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @compilation_level SIMPLE_OPTIMIZATIONS
33

44
/**
5-
* @license jqGrid 4.9.3-beta - free jqGrid: https://github.com/free-jqgrid/jqGrid
5+
* @license jqGrid 4.10.0-beta - 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
@@ -332,7 +332,7 @@
332332

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

0 commit comments

Comments
 (0)