Skip to content

Commit 4be471c

Browse files
committed
update links for 1.33.1
1 parent e5a1766 commit 4be471c

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

112112
function getUserPlatform () {

0 commit comments

Comments
 (0)