Skip to content

Commit 1c9403b

Browse files
committed
update website to latest release
1 parent 646432d commit 1c9403b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

implement/website/pinevm/src/Frontend/Page/Download.elm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ vscodeMarketplaceUrl =
5555

5656
downloads : DownloadLinksByPlatform
5757
downloads =
58-
{ linux = "https://github.com/pine-vm/pine/releases/download/v0.4.6/pine-bin-v0.4.6-linux-x64.zip"
59-
, windows = "https://github.com/pine-vm/pine/releases/download/v0.4.6/pine-bin-v0.4.6-win-x64.zip"
60-
, macOS = "https://github.com/pine-vm/pine/releases/download/v0.4.6/pine-bin-v0.4.6-osx-x64.zip"
58+
{ linux = "https://github.com/pine-vm/pine/releases/download/v0.4.7/pine-bin-v0.4.7-linux-x64.zip"
59+
, windows = "https://github.com/pine-vm/pine/releases/download/v0.4.7/pine-bin-v0.4.7-win-x64.zip"
60+
, macOS = "https://github.com/pine-vm/pine/releases/download/v0.4.7/pine-bin-v0.4.7-osx-x64.zip"
6161
}
6262

6363

0 commit comments

Comments
 (0)