From e86f951e5188faa33f623dc2462bd0823a032715 Mon Sep 17 00:00:00 2001 From: Shaun Lawrie Date: Sun, 3 Mar 2024 21:38:45 +1300 Subject: [PATCH] Roll back to 0.47 to get rid of flicker --- PwshSpectreConsole/Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PwshSpectreConsole/Build.ps1 b/PwshSpectreConsole/Build.ps1 index c0880fdd..d0840b2d 100644 --- a/PwshSpectreConsole/Build.ps1 +++ b/PwshSpectreConsole/Build.ps1 @@ -1,5 +1,5 @@ param ( - [string] $Version = "0.48.0" + [string] $Version = "0.47.0" ) function Install-SpectreConsole {