Skip to content

Commit c3ec0f8

Browse files
committed
Bump version !deploy
1 parent e9f115b commit c3ec0f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PSMenu/PSMenu.psd1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PSMenu.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.4'
15+
ModuleVersion = '0.1.6'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '652b2326-2d29-4e86-8149-03828d75503e'
@@ -34,6 +34,7 @@
3434
- Paging
3535
- Objects
3636
- Custom rendering
37+
- Rendering callback
3738
3839
Check for examples on how to use it on Github!'
3940

@@ -113,7 +114,7 @@
113114

114115
# ReleaseNotes of this module
115116
ReleaseNotes = '
116-
Fix error when nothing is selected in multi-select mode returning an index (thanks @howlettt)
117+
Add callback parameter to allow custom rendering (thanks @howlettt)
117118
'
118119

119120
} # End of PSData hashtable

0 commit comments

Comments
 (0)