From 0f09d7cb670bd77efd6c61f3a22b46407080ccc1 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 17 Mar 2024 15:52:19 -0400 Subject: [PATCH] Update launcher to 2.7.1 --- src/_data/hero.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/_data/hero.js b/src/_data/hero.js index 8f6fb0417..40086a005 100644 --- a/src/_data/hero.js +++ b/src/_data/hero.js @@ -11,7 +11,7 @@ module.exports = { buttons: [ { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLiteSetup.exe', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLiteSetup.exe', icon: 'fab fa-fw fa-windows', text: { os: 'Windows', @@ -21,7 +21,7 @@ module.exports = { }, { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLiteSetup32.exe', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLiteSetup32.exe', icon: 'fab fa-fw fa-windows', text: { os: 'Windows', @@ -31,7 +31,7 @@ module.exports = { }, { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLiteSetupAArch64.exe', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLiteSetupAArch64.exe', icon: 'fab fa-fw fa-windows', text: { os: 'Windows', @@ -41,7 +41,7 @@ module.exports = { }, { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite-x64.dmg', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLite-x64.dmg', icon: 'fab fa-fw fa-apple', text: { os: 'macOS', @@ -51,7 +51,7 @@ module.exports = { }, { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite-aarch64.dmg', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLite-aarch64.dmg', icon: 'fab fa-fw fa-apple', text: { os: 'macOS', @@ -61,7 +61,7 @@ module.exports = { }, { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite.AppImage', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLite.AppImage', icon: 'fab fa-fw fa-linux', text: { os: 'Linux', @@ -71,7 +71,7 @@ module.exports = { }, { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite-aarch64.AppImage', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLite-aarch64.AppImage', icon: 'fab fa-fw fa-linux', text: { os: 'Linux', @@ -81,7 +81,7 @@ module.exports = { }, { link: - 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite.jar', + 'https://github.com/runelite/launcher/releases/download/2.7.1/RuneLite.jar', icon: 'fas fa-fw fa-coffee', text: { os: 'All platforms'