From f738f7d71f9b3ac6058ecd57f57abbbc7b28573c Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Thu, 30 May 2024 18:29:25 +0100 Subject: [PATCH] Bump build script to use 1.0.1 for release --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 802a562..6e926b5 100644 --- a/build.ps1 +++ b/build.ps1 @@ -2,7 +2,7 @@ $projectFile = "./ExaminePeek/ExaminePeek.csproj" $configuration = "Release" $outputDirectory = "./build.out" -$version = "1.0.0" +$version = "1.0.1" ## Perhaps need to do a build of the client after updating the version in the source file #$packageJsonPath = "./ExaminePeek/client/public/umbraco-package.json"