From 042232be6f5ba5b37d2dcbb622575fbcf4d7914e Mon Sep 17 00:00:00 2001 From: Josh Dearing Date: Wed, 21 May 2025 18:27:18 -0500 Subject: [PATCH] Updated module version number --- ModuleExplorer/ModuleExplorer.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModuleExplorer/ModuleExplorer.psd1 b/ModuleExplorer/ModuleExplorer.psd1 index 9ac4a16..7cdc760 100644 --- a/ModuleExplorer/ModuleExplorer.psd1 +++ b/ModuleExplorer/ModuleExplorer.psd1 @@ -12,7 +12,7 @@ RootModule = 'ModuleExplorer.psm1' # Version number of this module. -ModuleVersion = '0.1.2' +ModuleVersion = '0.1.3' # Supported PSEditions CompatiblePSEditions = 'Core'