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"