Skip to content

Commit

Permalink
Update pwshEmojiExplorer module version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techthoughts2 committed Jan 15, 2024
1 parent 661e45d commit 575cbd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions_bootstrap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $null = $modulesToInstall.Add(([PSCustomObject]@{
# https://github.com/techthoughts2/pwshEmojiExplorer
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'pwshEmojiExplorer'
ModuleVersion = '0.8.0'
ModuleVersion = '0.8.2'
}))
# https://github.com/PowerShell/platyPS
# older version used due to: https://github.com/PowerShell/platyPS/issues/457
Expand Down
2 changes: 1 addition & 1 deletion install_modules.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $null = $modulesToInstall.Add(([PSCustomObject]@{
}))
$null = $modulesToInstall.Add(([PSCustomObject]@{
ModuleName = 'pwshEmojiExplorer'
ModuleVersion = '0.8.0'
ModuleVersion = '0.8.2'
BucketName = 'PSGallery'
KeyPrefix = ''
}))
Expand Down

0 comments on commit 575cbd2

Please sign in to comment.