Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 31, 2022
1 parent 8f6d7a5 commit 9e35ce9
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.3.${BuildNumber}"
$pluginVersion = "0.1.4.${BuildNumber}"
Set-Content $Out/version.txt -Value $pluginVersion

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

0 comments on commit 9e35ce9

Please sign in to comment.