diff --git a/AzureState/AzureState.psd1 b/AzureState/AzureState.psd1 index d54099e..938d5c3 100644 --- a/AzureState/AzureState.psd1 +++ b/AzureState/AzureState.psd1 @@ -12,7 +12,7 @@ # RootModule = 'AzureState.psm1' # Version number of this module. -ModuleVersion = '0.0.3' +ModuleVersion = '0.0.4' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/AzureStateManager.psd1 b/AzureStateManager.psd1 index b1c7b25..f8ecdb1 100644 --- a/AzureStateManager.psd1 +++ b/AzureStateManager.psd1 @@ -12,7 +12,7 @@ RootModule = 'AzureStateManager.psm1' # Version number of this module. -ModuleVersion = '0.0.3' +ModuleVersion = '0.0.4' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop'