Skip to content

Commit

Permalink
Merge pull request torizon#184 from microhobby/dev-torizonio
Browse files Browse the repository at this point in the history
scripts: torizonIO: Fix TorizonPlatformAPI version
  • Loading branch information
microhobby authored Mar 6, 2024
2 parents fb7a2df + 0017e3b commit 3cb87b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/torizonIO.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3cb87b5

Please sign in to comment.