File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,14 @@ var failMessage = "Min isn't supported on your OS"
9999
100100var downloadLinks = {
101101 mac : {
102- intel : 'https://github.com/minbrowser/min/releases/download/v1.32.0 /min-v1.32.0 -mac-x86.zip' ,
103- arm : 'https://github.com/minbrowser/min/releases/download/v1.32.0 /min-v1.32.0 -mac-arm64.zip'
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'
104104 } ,
105105 linux : {
106- deb : 'https://github.com/minbrowser/min/releases/download/v1.32.0 /min-1.32.0 -amd64.deb' ,
107- rpm : 'https://github.com/minbrowser/min/releases/download/v1.32.0 /min-1.32.0 -x86_64.rpm'
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'
108108 } ,
109- windows : 'https://github.com/minbrowser/min/releases/download/v1.32.0 /min-1.32.0 -setup.exe'
109+ windows : 'https://github.com/minbrowser/min/releases/download/v1.32.1 /min-1.32.1 -setup.exe'
110110}
111111
112112function getUserPlatform ( ) {
You can’t perform that action at this time.
0 commit comments