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"