From 7699c9ed194a7995b2836f74533f48f5e740db44 Mon Sep 17 00:00:00 2001 From: Alexander Ziborov Date: Fri, 3 Nov 2017 14:54:49 +0300 Subject: [PATCH] Bump version to 17.1.8 --- js/core/version.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/core/version.js b/js/core/version.js index a6243b9fb5c1..1f4f70ee4481 100644 --- a/js/core/version.js +++ b/js/core/version.js @@ -1,3 +1,3 @@ "use strict"; -module.exports = "17.1.7"; /* DevExpress.VERSION */ +module.exports = "17.1.8"; /* DevExpress.VERSION */ diff --git a/package.json b/package.json index d70aba10e00b..ce20f089e315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devextreme", - "version": "17.1.7", + "version": "17.1.8", "description": "HTML5 JavaScript Component Suite for Responsive Web Development", "keywords": [ "html5", "controls", "widgets", "components", "jquery", "knockout", "angular", "web", "ui", "datagrid", "pivotgrid", "scheduler", "treelist", "chart" ], "homepage": "https://js.devexpress.com/",