Skip to content

Commit

Permalink
Show-BuildGraph.ps1 - use viz-3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed Oct 8, 2024
1 parent e86a4a8 commit 861a8c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Release-Notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Invoke-Build Release Notes

`Show-BuildGraph.ps1` - use viz-3.7.0
`Show-BuildGraph.ps1` - use viz-3.9.0

## v5.11.3

Expand Down
4 changes: 2 additions & 2 deletions Show-BuildGraph.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<#PSScriptInfo
.VERSION 1.0.7
.VERSION 1.0.8
.AUTHOR Roman Kuzmin
.COPYRIGHT (c) Roman Kuzmin
.TAGS Invoke-Build, Graphviz
Expand Down Expand Up @@ -102,7 +102,7 @@ else {
$jsUrl = 'file:///' + $app.Source.Replace('\', '/')
}
else {
$jsUrl = 'https://github.com/mdaines/viz-js/releases/download/release-viz-3.7.0/viz-standalone.js'
$jsUrl = 'https://github.com/mdaines/viz-js/releases/download/release-viz-3.9.0/viz-standalone.js'
}
}

Expand Down

0 comments on commit 861a8c5

Please sign in to comment.