Skip to content

Commit

Permalink
chore(*): bump version to 0.4.2
Browse files Browse the repository at this point in the history
*in plugin.yaml and scripts/get.ps1
  • Loading branch information
Michelle Noorali committed Apr 27, 2018
1 parent 4b971c1 commit 34fe3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "pack-repo"
version: "0.4.1"
version: "0.4.2"
usage: "The Draft pack repository plugin"
description: "The Draft pack repository plugin"
command: "$DRAFT_PLUGIN_DIR/bin/pack-repo"
Expand Down
2 changes: 1 addition & 1 deletion scripts/get.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$name = "pack-repo"
$version = "0.4.1"
$version = "0.4.2"
$url = "https://azuredraft.blob.core.windows.net/draft/$name-v$version-windows-amd64.zip"

if ($env:TEMP -eq $null) {
Expand Down

0 comments on commit 34fe3f4

Please sign in to comment.