Skip to content

Commit

Permalink
update links for 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Jan 10, 2024
1 parent 1b8c2f4 commit 7875df1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions downloadButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ var failMessage = "Min isn't supported on your OS"

var downloadLinks = {
mac: {
intel: 'https://github.com/minbrowser/min/releases/download/v1.30.0/min-v1.30.0-mac-x86.zip',
arm: 'https://github.com/minbrowser/min/releases/download/v1.30.0/min-v1.30.0-mac-arm64.zip'
intel: 'https://github.com/minbrowser/min/releases/download/v1.31.0/min-v1.31.0-mac-x86.zip',
arm: 'https://github.com/minbrowser/min/releases/download/v1.31.0/min-v1.31.0-mac-arm64.zip'
},
linux: {
deb: 'https://github.com/minbrowser/min/releases/download/v1.30.0/min-1.30.0-amd64.deb',
rpm: 'https://github.com/minbrowser/min/releases/download/v1.30.0/min-1.30.0-x86_64.rpm'
deb: 'https://github.com/minbrowser/min/releases/download/v1.31.0/min-1.31.0-amd64.deb',
rpm: 'https://github.com/minbrowser/min/releases/download/v1.31.0/min-1.31.0-x86_64.rpm'
},
windows: 'https://github.com/minbrowser/min/releases/download/v1.30.0/min-1.30.0-setup.exe'
windows: 'https://github.com/minbrowser/min/releases/download/v1.31.0/min-1.31.0-setup.exe'
}

function getUserPlatform () {
Expand Down

0 comments on commit 7875df1

Please sign in to comment.