Skip to content

Commit

Permalink
AU: 1 updated - gulp-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
BBT Software AG committed May 20, 2020
1 parent d8f7542 commit f483612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/gulp-cli/gulp-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>gulp-cli</id>
<title>Command line interface for gulp</title>
<version>2.2.0</version>
<version>2.2.1</version>
<authors>Fractal</authors>
<owners>BBT Software AG</owners>
<projectUrl>https://github.com/gulpjs/gulp-cli</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/gulp-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '2.2.0'
$version = '2.2.1'

if (-Not (Get-Command "node" -errorAction SilentlyContinue)) {
Write-Error "Command line interface for gulp requires Node.js to be installed. To install with Chocolatey, use either of the commands below:"
Expand Down

0 comments on commit f483612

Please sign in to comment.