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 18, 2025
1 parent df35124 commit 9288a08
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.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"
{ linux = "https://github.com/pine-vm/pine/releases/download/v0.3.33/pine-bin-v0.3.33-linux-x64.zip"
, windows = "https://github.com/pine-vm/pine/releases/download/v0.3.33/pine-bin-v0.3.33-win-x64.zip"
, macOS = "https://github.com/pine-vm/pine/releases/download/v0.3.33/pine-bin-v0.3.33-osx-x64.zip"
}


Expand Down

0 comments on commit 9288a08

Please sign in to comment.