diff --git a/commands/application.angular.js b/commands/application.angular.js index 2f2192098..fd60ef92b 100644 --- a/commands/application.angular.js +++ b/commands/application.angular.js @@ -3,7 +3,7 @@ const runCommand = require('../utility/run-command'); const semver = require('semver').SemVer; const fs = require('fs'); const exec = require('child_process').exec; -const minNgCliVersion = new semver('7.2.0'); +const minNgCliVersion = new semver('8.0.0'); function runSchematicCommand(schematicCommand, options, evaluatingOptions) { const collectionName = 'devextreme-schematics'; diff --git a/package.json b/package.json index 533593b98..0f5bc8377 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devextreme-cli", - "version": "1.1.0", + "version": "1.1.1", "description": "DevExtreme CLI", "keywords": [ "devexpress",