From 9c7031281ccef1c1977a6075e19bd55290316102 Mon Sep 17 00:00:00 2001 From: Artem Tabalin Date: Wed, 3 Feb 2016 20:24:27 +0100 Subject: [PATCH] Release: v1.4.0 --- bower.json | 2 +- dist/jsgrid-theme.css | 2 +- dist/jsgrid-theme.min.css | 2 +- dist/jsgrid.css | 2 +- dist/jsgrid.js | 2 +- dist/jsgrid.min.css | 2 +- dist/jsgrid.min.js | 2 +- package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 94f629cd..ce57c71c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jsgrid", - "version": "1.4", + "version": "1.4.0", "main": [ "dist/jsgrid.js", "dist/jsgrid.css", diff --git a/dist/jsgrid-theme.css b/dist/jsgrid-theme.css index 1eed069d..e66c4266 100644 --- a/dist/jsgrid-theme.css +++ b/dist/jsgrid-theme.css @@ -1,5 +1,5 @@ /* - * jsGrid v1.4 (http://js-grid.com) + * jsGrid v1.4.0 (http://js-grid.com) * (c) 2016 Artem Tabalin * Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE) */ diff --git a/dist/jsgrid-theme.min.css b/dist/jsgrid-theme.min.css index abbbf1f2..549997ca 100644 --- a/dist/jsgrid-theme.min.css +++ b/dist/jsgrid-theme.min.css @@ -1,5 +1,5 @@ /* - * jsGrid v1.4 (http://js-grid.com) + * jsGrid v1.4.0 (http://js-grid.com) * (c) 2016 Artem Tabalin * Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE) */ diff --git a/dist/jsgrid.css b/dist/jsgrid.css index 6e21abc8..57b79434 100644 --- a/dist/jsgrid.css +++ b/dist/jsgrid.css @@ -1,5 +1,5 @@ /* - * jsGrid v1.4 (http://js-grid.com) + * jsGrid v1.4.0 (http://js-grid.com) * (c) 2016 Artem Tabalin * Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE) */ diff --git a/dist/jsgrid.js b/dist/jsgrid.js index 31313441..6f7b0732 100644 --- a/dist/jsgrid.js +++ b/dist/jsgrid.js @@ -1,5 +1,5 @@ /* - * jsGrid v1.4 (http://js-grid.com) + * jsGrid v1.4.0 (http://js-grid.com) * (c) 2016 Artem Tabalin * Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE) */ diff --git a/dist/jsgrid.min.css b/dist/jsgrid.min.css index c73009a8..274e5437 100644 --- a/dist/jsgrid.min.css +++ b/dist/jsgrid.min.css @@ -1,5 +1,5 @@ /* - * jsGrid v1.4 (http://js-grid.com) + * jsGrid v1.4.0 (http://js-grid.com) * (c) 2016 Artem Tabalin * Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE) */ diff --git a/dist/jsgrid.min.js b/dist/jsgrid.min.js index 74acbb64..4b023481 100644 --- a/dist/jsgrid.min.js +++ b/dist/jsgrid.min.js @@ -1,5 +1,5 @@ /* - * jsGrid v1.4 (http://js-grid.com) + * jsGrid v1.4.0 (http://js-grid.com) * (c) 2016 Artem Tabalin * Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE) */ diff --git a/package.json b/package.json index 561b2b5c..48145353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsgrid", - "version": "1.4", + "version": "1.4.0", "description": "Lightweight data grid jQuery plugin. It supports basic grid operations like inserting, filtering, editing, deleting, paging and sorting. Although jsGrid is tunable and allows to customize appearance and components.", "keywords": [ "grid",