diff --git a/copy-artifacts.ps1 b/copy-artifacts.ps1 index 4945714..c6ded82 100644 --- a/copy-artifacts.ps1 +++ b/copy-artifacts.ps1 @@ -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"