From 0017e3b9d6631a3674e0b769918e813237f63abc Mon Sep 17 00:00:00 2001 From: Matheus Castello Date: Wed, 6 Mar 2024 17:12:18 -0300 Subject: [PATCH] scripts: torizonIO: Fix TorizonPlatformAPI version it only change when the package is updated on the powershell gallery Signed-off-by: Matheus Castello --- scripts/torizonIO.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/torizonIO.ps1 b/scripts/torizonIO.ps1 index ab9200c6e..bc77aae0d 100644 --- a/scripts/torizonIO.ps1 +++ b/scripts/torizonIO.ps1 @@ -7,9 +7,8 @@ )] param() -# TODO: we need to work with the offsets and limits - -$_VERSION = "0.2.0" +# FIXME: ONLY CHANGE THIS WHEN UPDATING THE https://www.powershellgallery.com/packages/TorizonPlatformAPI +$_VERSION = "0.1.0" $ErrorActionPreference = "Stop"