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'