Skip to content

Commit

Permalink
Bump version to v0.1.8 !deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed May 25, 2022
1 parent 8e27159 commit d5143a5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions PSMenu/PSMenu.psd1
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
#
# Module manifest for module 'PS-Menu'
#
# Generated by: @chrisseroka
#
# Generated on: 7/06/2016
#

@{

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

# Version number of this module.
ModuleVersion = '0.1.7'
ModuleVersion = '0.1.8'

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

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

} # End of PSData hashtable
Expand Down

0 comments on commit d5143a5

Please sign in to comment.