Skip to content

Commit

Permalink
Merge pull request #33 from ShaunLawrie/prerelease
Browse files Browse the repository at this point in the history
Fix flickering caused by something in spectre.console 0.48.0
  • Loading branch information
ShaunLawrie authored Mar 3, 2024
2 parents c9c44dd + 68ea3f3 commit 6dee078
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PwshSpectreConsole/Build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param (
[string] $Version = "0.48.0"
[string] $Version = "0.47.0"
)

function Install-SpectreConsole {
Expand Down
4 changes: 2 additions & 2 deletions PwshSpectreConsole/PwshSpectreConsole.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Shaun Lawrie
#
# Generated on: 02/25/2024
# Generated on: 03/03/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'PwshSpectreConsole'

# Version number of this module.
ModuleVersion = '1.7.0'
ModuleVersion = '1.8.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 6dee078

Please sign in to comment.