From 70589ca729c91c2501ae4abe9f46513693bd2921 Mon Sep 17 00:00:00 2001 From: PalmerAL Date: Tue, 30 Apr 2024 22:18:53 -0500 Subject: [PATCH] update links for 1.32.0 --- downloadButton.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/downloadButton.js b/downloadButton.js index dc70757..818ac7e 100755 --- a/downloadButton.js +++ b/downloadButton.js @@ -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.31.2/min-v1.31.2-mac-x86.zip', - arm: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-v1.31.2-mac-arm64.zip' + intel: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-v1.32.0-mac-x86.zip', + arm: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-v1.32.0-mac-arm64.zip' }, linux: { - deb: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-1.31.2-amd64.deb', - rpm: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-1.31.2-x86_64.rpm' + deb: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-1.32.0-amd64.deb', + rpm: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-1.32.0-x86_64.rpm' }, - windows: 'https://github.com/minbrowser/min/releases/download/v1.31.2/min-1.31.2-setup.exe' + windows: 'https://github.com/minbrowser/min/releases/download/v1.32.0/min-1.32.0-setup.exe' } function getUserPlatform () {