Skip to content

Commit 31d0ab5

Browse files
committed
Update version number
1 parent f5c300b commit 31d0ab5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ $Global:GetChildItemColorVerticalSpace = 1
118118
* Authors
119119
- [[http://github.com/joonro][Joon Ro]].
120120
* Changelog
121+
** v2.4.0
122+
- Add ~HideHeader~ switch to ~Get-ChildItemColorFormatWide~ ([[https://github.com/joonro/Get-ChildItemColor/issues/29][#29]])
121123
** v2.3.0
122124
- Better handling of header printout ([[https://github.com/joonro/Get-ChildItemColor/issues/41][#41]])
123125
** v2.2.2

src/Get-ChildItemColor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
RootModule = 'Get-ChildItemColor.psm1'
1111

1212
# Version number of this module.
13-
ModuleVersion = '2.2.3'
13+
ModuleVersion = '2.4.0'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)