We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a441aaa commit 359c818Copy full SHA for 359c818
1 file changed
PSMenu/PSMenu.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSMenu.psm1'
13
14
# Version number of this module.
15
- ModuleVersion = '0.1.3'
+ ModuleVersion = '0.1.4'
16
17
# ID used to uniquely identify this module
18
GUID = '652b2326-2d29-4e86-8149-03828d75503e'
@@ -113,7 +113,7 @@
113
114
# ReleaseNotes of this module
115
ReleaseNotes = '
116
-Added comment-based documentation.
+Fix error when nothing is selected in multi-select mode returning an index (thanks @howlettt)
117
'
118
119
} # End of PSData hashtable
0 commit comments