diff --git a/bower.json b/bower.json index 232540a9d..1c9aaaa71 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "free-jqgrid", "description": "grid as jQuery plugin - fork of jqGrid before licensing change", - "version": "4.15.4-pre", + "version": "4.15.4", "main": [ "js/jquery.jqgrid.min.js", "js/jquery.jqgrid.src.js", diff --git a/css/ui.jqgrid.css b/css/ui.jqgrid.css index 38b7121cb..021c94716 100644 --- a/css/ui.jqgrid.css +++ b/css/ui.jqgrid.css @@ -1,6 +1,6 @@ /*! - * jqGrid 4.15.4-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid - * Date: 2018-04-01 + * jqGrid 4.15.4 - free jqGrid: https://github.com/free-jqgrid/jqGrid + * Date: 2018-04-02 */ /* Grid */ diff --git a/js/grid.base.js b/js/grid.base.js index aaaf42dde..b60982314 100644 --- a/js/grid.base.js +++ b/js/grid.base.js @@ -2,13 +2,13 @@ // @compilation_level SIMPLE_OPTIMIZATIONS /** - * @license jqGrid 4.15.4-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid + * @license jqGrid 4.15.4 - free jqGrid: https://github.com/free-jqgrid/jqGrid * Copyright (c) 2008-2014, Tony Tomov, tony@trirand.com * Copyright (c) 2014-2018, Oleg Kiriljuk, oleg.kiriljuk@ok-soft-gmbh.com * Dual licensed under the MIT and GPL licenses * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl-2.0.html - * Date: 2018-03-31 + * Date: 2018-04-02 */ //jsHint options /*jshint eqnull:true */ @@ -381,7 +381,7 @@ $.extend(true, jgrid, { /** @const */ - version: "4.15.4-pre", + version: "4.15.4", /** @const */ productName: "free jqGrid", defaults: {}, diff --git a/package.json b/package.json index 057d20f52..f2dbeff7d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ } ], "title": "free jqGrid", - "version": "4.15.4-pre", + "version": "4.15.4", "description": "grid as jQuery plugin - fork of jqGrid before licensing change", "main": "js/jquery.jqgrid.src.js", "style": "css/ui.jqgrid.css",