diff --git a/build-plugin.ps1 b/build-plugin.ps1 index 73346ea..b018762 100644 --- a/build-plugin.ps1 +++ b/build-plugin.ps1 @@ -1,4 +1,4 @@ -$version = "1.0.1" +$version = "1.0.2" $project = "Webhooks" $dllName = "WebhooksPlugin.dll" $dllPath = "$($env:LOCALAPPDATA)/Loupedeck/Plugins/$project"