Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 25, 2022
1 parent 69624d7 commit 08e7bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy-artifacts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If (!(Test-Path $Out)) {
New-Item -ItemType Directory -Path $Out
}

$pluginVersion = "0.1.0.${BuildNumber}"
$pluginVersion = "0.1.1.${BuildNumber}"
Set-Content $Out/version.txt -Value $pluginVersion

$metadataJson = "${Out}/metadata.json"
Expand Down

0 comments on commit 08e7bd0

Please sign in to comment.