Skip to content

Commit d5143a5

Browse files
committed
Bump version to v0.1.8 !deploy
1 parent 8e27159 commit d5143a5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

PSMenu/PSMenu.psd1

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
#
22
# Module manifest for module 'PS-Menu'
33
#
4-
# Generated by: @chrisseroka
5-
#
6-
# Generated on: 7/06/2016
7-
#
84

95
@{
106

117
# Script module or binary module file associated with this manifest.
128
RootModule = 'PSMenu.psm1'
139

1410
# Version number of this module.
15-
ModuleVersion = '0.1.7'
11+
ModuleVersion = '0.1.8'
1612

1713
# ID used to uniquely identify this module
1814
GUID = '652b2326-2d29-4e86-8149-03828d75503e'
@@ -114,9 +110,7 @@
114110

115111
# ReleaseNotes of this module
116112
ReleaseNotes = '
117-
Increase input performance on long menus
118-
Fix crash on menu longer than screen when console is resized
119-
Optimize rendering: re-render menu in loop only when callback is given
113+
Improve Linux/MacOS compatibility: support navigation up/down
120114
'
121115

122116
} # End of PSData hashtable

0 commit comments

Comments
 (0)