Skip to content

Commit 91a5665

Browse files
committed
Update links for 1.35.2
1 parent b69abc6 commit 91a5665

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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.35.1/min-v1.35.1-mac-x86.zip',
103-
arm: 'https://github.com/minbrowser/min/releases/download/v1.35.1/min-v1.35.1-mac-arm64.zip'
102+
intel: 'https://github.com/minbrowser/min/releases/download/v1.35.2/min-v1.35.2-mac-x86.zip',
103+
arm: 'https://github.com/minbrowser/min/releases/download/v1.35.2/min-v1.35.2-mac-arm64.zip'
104104
},
105105
linux: {
106-
deb: 'https://github.com/minbrowser/min/releases/download/v1.35.1/min-1.35.1-amd64.deb',
107-
rpm: 'https://github.com/minbrowser/min/releases/download/v1.35.1/min-1.35.1-x86_64.rpm'
106+
deb: 'https://github.com/minbrowser/min/releases/download/v1.35.2/min-1.35.2-amd64.deb',
107+
rpm: 'https://github.com/minbrowser/min/releases/download/v1.35.2/min-1.35.2-x86_64.rpm'
108108
},
109-
windows: 'https://github.com/minbrowser/min/releases/download/v1.35.1/min-1.35.1-setup.exe'
109+
windows: 'https://github.com/minbrowser/min/releases/download/v1.35.2/min-1.35.2-setup.exe'
110110
}
111111

112112
function getUserPlatform () {

0 commit comments

Comments
 (0)