Skip to content

Commit 575cbd2

Browse files
committed
Update pwshEmojiExplorer module version to 0.8.2
1 parent 661e45d commit 575cbd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions_bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

install_modules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}))

0 commit comments

Comments
 (0)