From 59c3a90fe5b669fc89d935ba8ec7e351fc3044f6 Mon Sep 17 00:00:00 2001 From: Sebastiaan Dammann Date: Thu, 22 Feb 2024 16:51:06 +0100 Subject: [PATCH] Bump version !deploy --- PSMenu/PSMenu.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PSMenu/PSMenu.psd1 b/PSMenu/PSMenu.psd1 index 6041739..d6d4910 100644 --- a/PSMenu/PSMenu.psd1 +++ b/PSMenu/PSMenu.psd1 @@ -8,7 +8,7 @@ RootModule = 'PSMenu.psm1' # Version number of this module. - ModuleVersion = '0.1.9' + ModuleVersion = '0.2.0' # ID used to uniquely identify this module GUID = '652b2326-2d29-4e86-8149-03828d75503e' @@ -110,7 +110,7 @@ # ReleaseNotes of this module ReleaseNotes = ' -Improve handling of array-like parameters +VSCode console support ' } # End of PSData hashtable