From 08e7bd037df2d53d52630350ccf35f61c88357c5 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Sun, 25 Dec 2022 06:54:38 -0600 Subject: [PATCH] v0.1.1 --- copy-artifacts.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"