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 May 5, 2024
1 parent 5b21858 commit aab686d
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 @@ -48,9 +48,9 @@ dockerImageUrl =

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


Expand Down

0 comments on commit aab686d

Please sign in to comment.