Skip to content

Commit

Permalink
update website to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jan 15, 2025
1 parent 95ab3f5 commit 8fb274e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions implement/website/pinevm/src/Frontend/Page/Download.elm
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ vscodeMarketplaceUrl =

downloads : DownloadLinksByPlatform
downloads =
{ linux = "https://github.com/pine-vm/pine/releases/download/v0.3.31/pine-bin-v0.3.31-linux-x64.zip"
, windows = "https://github.com/pine-vm/pine/releases/download/v0.3.31/pine-bin-v0.3.31-win-x64.zip"
, macOS = "https://github.com/pine-vm/pine/releases/download/v0.3.31/pine-bin-v0.3.31-osx-x64.zip"
{ linux = "https://github.com/pine-vm/pine/releases/download/v0.3.32/pine-bin-v0.3.32-linux-x64.zip"
, windows = "https://github.com/pine-vm/pine/releases/download/v0.3.32/pine-bin-v0.3.32-win-x64.zip"
, macOS = "https://github.com/pine-vm/pine/releases/download/v0.3.32/pine-bin-v0.3.32-osx-x64.zip"
}


Expand Down

0 comments on commit 8fb274e

Please sign in to comment.