From 21178287e91510fff095416b7a003f8e78e8847e Mon Sep 17 00:00:00 2001 From: Kevin Rowlandson Date: Thu, 3 Sep 2020 08:30:24 +0100 Subject: [PATCH] Update to release 0.0.8 --- AzureState/AzureState.psd1 | 2 +- AzureStateManager.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AzureState/AzureState.psd1 b/AzureState/AzureState.psd1 index 1898889..f4a2960 100644 --- a/AzureState/AzureState.psd1 +++ b/AzureState/AzureState.psd1 @@ -12,7 +12,7 @@ # RootModule = 'AzureState.psm1' # Version number of this module. -ModuleVersion = '0.0.7' +ModuleVersion = '0.0.8' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/AzureStateManager.psd1 b/AzureStateManager.psd1 index a7385a4..454fe4f 100644 --- a/AzureStateManager.psd1 +++ b/AzureStateManager.psd1 @@ -12,7 +12,7 @@ RootModule = 'AzureStateManager.psm1' # Version number of this module. -ModuleVersion = '0.0.7' +ModuleVersion = '0.0.8' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop'