From a01f7cbb9b4abfe4ddad69cae40b83da546ba74d Mon Sep 17 00:00:00 2001 From: Anthony Steiner Date: Sun, 2 Oct 2022 14:28:25 -0400 Subject: [PATCH] build version bump --- build-plugin.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"