Skip to content

Commit fa7d786

Browse files
committed
Update version & changelog
1 parent bbefbb9 commit fa7d786

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
@@ -110,6 +110,8 @@ $Global:GetChildItemColorVerticalSpace = 1
110110
* Authors
111111
- [[http://github.com/joonro][Joon Ro]].
112112
* Changelog
113+
** v3.2.2
114+
- Replace ~uint~ with ~uint32~ to maintain compatibility with PowerShell 5 ([[https://github.com/joonro/Get-ChildItemColor/issues/47][#47]])
113115
** v3.2.1
114116
- Refactoring.
115117
** v3.2.0

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 = '3.2.1'
13+
ModuleVersion = '3.2.2'
1414

1515
# Supported PSEditions
1616
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)