File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ $null = $modulesToInstall.Add(([PSCustomObject]@{
3030# https://github.com/techthoughts2/pwshEmojiExplorer
3131$null = $modulesToInstall.Add (([PSCustomObject ]@ {
3232 ModuleName = ' pwshEmojiExplorer'
33- ModuleVersion = ' 0.8.0 '
33+ ModuleVersion = ' 0.8.2 '
3434 }))
3535# https://github.com/PowerShell/platyPS
3636# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ $null = $modulesToInstall.Add(([PSCustomObject]@{
6666 }))
6767$null = $modulesToInstall.Add (([PSCustomObject ]@ {
6868 ModuleName = ' pwshEmojiExplorer'
69- ModuleVersion = ' 0.8.0 '
69+ ModuleVersion = ' 0.8.2 '
7070 BucketName = ' PSGallery'
7171 KeyPrefix = ' '
7272 }))
You can’t perform that action at this time.
0 commit comments