diff --git a/README.org b/README.org index a518463..8b05fe6 100644 --- a/README.org +++ b/README.org @@ -116,6 +116,8 @@ $Global:GetChildItemColorVerticalSpace = 1 * Authors - [[http://github.com/joonro][Joon Ro]]. * Changelog +** v2.3.0 +- Better handling of header printout ([[https://github.com/joonro/Get-ChildItemColor/issues/41][#41]]) ** v2.2.2 - Add instructions about adding a new category. ** v2.2.1 diff --git a/src/Get-ChildItemColor.psd1 b/src/Get-ChildItemColor.psd1 index 134607c..804891c 100644 --- a/src/Get-ChildItemColor.psd1 +++ b/src/Get-ChildItemColor.psd1 @@ -10,7 +10,7 @@ RootModule = 'Get-ChildItemColor.psm1' # Version number of this module. -ModuleVersion = '2.2.2' +ModuleVersion = '2.2.3' # Supported PSEditions # CompatiblePSEditions = @()