Skip to content

Commit 2405e25

Browse files
Update to 1.1.1 (#95)
1 parent 8e72f3d commit 2405e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/application.angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const runCommand = require('../utility/run-command');
33
const semver = require('semver').SemVer;
44
const fs = require('fs');
55
const exec = require('child_process').exec;
6-
const minNgCliVersion = new semver('7.2.0');
6+
const minNgCliVersion = new semver('8.0.0');
77

88
function runSchematicCommand(schematicCommand, options, evaluatingOptions) {
99
const collectionName = 'devextreme-schematics';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devextreme-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "DevExtreme CLI",
55
"keywords": [
66
"devexpress",

0 commit comments

Comments
 (0)