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/",