Skip to content

Commit

Permalink
Update PSAYX version
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaizoku committed Oct 8, 2024
1 parent 6028a99 commit a020109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deploy-Alteryx.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Begin {
# Dependencies
$Modules = [Ordered]@{
"PSTK" = "1.2.6"
"PSAYX" = "1.0.4"
"PSAYX" = "1.1.1"
}
# Load modules
foreach ($Module in $Modules.GetEnumerator()) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ Only the first version supported is listed. Later releases should also be compat
| [1.1.0] | [2021.3] | 5.0 | 1.2.5 | 1.0.1 |
| [1.1.1] | [2021.3] | 5.0 | 1.2.5 | 1.0.1 |
| [1.1.2] | [2021.3] | 5.0 | 1.2.5 | 1.0.1 |
| [2.0.0] | [2024.1] | 5.0 | 1.2.6 | 1.1.0 |
| [2.0.0] | [2024.1] | 5.0 | 1.2.6 | 1.1.1 |

## Known issues

Expand Down

0 comments on commit a020109

Please sign in to comment.