Skip to content

Commit 39ebe9f

Browse files
committed
Update links for 1.35.0
1 parent a81e9b1 commit 39ebe9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

downloadButton.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ var failMessage = "Min isn't supported on your OS"
9999

100100
var downloadLinks = {
101101
mac: {
102-
intel: 'https://github.com/minbrowser/min/releases/download/v1.34.1/min-v1.34.1-mac-x86.zip',
103-
arm: 'https://github.com/minbrowser/min/releases/download/v1.34.1/min-v1.34.1-mac-arm64.zip'
102+
intel: 'https://github.com/minbrowser/min/releases/download/v1.35.0/min-v1.35.0-mac-x86.zip',
103+
arm: 'https://github.com/minbrowser/min/releases/download/v1.35.0/min-v1.35.0-mac-arm64.zip'
104104
},
105105
linux: {
106-
deb: 'https://github.com/minbrowser/min/releases/download/v1.34.1/min-1.34.1-amd64.deb',
107-
rpm: 'https://github.com/minbrowser/min/releases/download/v1.34.1/min-1.34.1-x86_64.rpm'
106+
deb: 'https://github.com/minbrowser/min/releases/download/v1.35.0/min-1.35.0-amd64.deb',
107+
rpm: 'https://github.com/minbrowser/min/releases/download/v1.35.0/min-1.35.0-x86_64.rpm'
108108
},
109-
windows: 'https://github.com/minbrowser/min/releases/download/v1.34.1/min-1.34.1-setup.exe'
109+
windows: 'https://github.com/minbrowser/min/releases/download/v1.35.0/min-1.35.0-setup.exe'
110110
}
111111

112112
function getUserPlatform () {

0 commit comments

Comments
 (0)