From 4f875fa99ba81faf9da7224c1395426db8dcf9ff Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Tue, 22 Dec 2020 20:26:12 +0000 Subject: [PATCH] Fix version numbers --- PSQualityCheck.Functions.psd1 | 2 +- PSQualityCheck.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PSQualityCheck.Functions.psd1 b/PSQualityCheck.Functions.psd1 index 16cf944..a17cf81 100644 --- a/PSQualityCheck.Functions.psd1 +++ b/PSQualityCheck.Functions.psd1 @@ -4,7 +4,7 @@ RootModule = 'PSQualityCheck.Functions.psm1' # Version number of this module. - ModuleVersion = '1.0.5' + ModuleVersion = '1.0.6' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/PSQualityCheck.psd1 b/PSQualityCheck.psd1 index 06f8ebd..c955eea 100644 --- a/PSQualityCheck.psd1 +++ b/PSQualityCheck.psd1 @@ -4,7 +4,7 @@ RootModule = 'PSQualityCheck.psm1' # Version number of this module. - ModuleVersion = '1.0.5' + ModuleVersion = '1.0.6' # Supported PSEditions # CompatiblePSEditions = @()