diff --git a/src/_data/hero.js b/src/_data/hero.js index 9937ca3c1..8f6fb0417 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.10/RuneLiteSetup.exe', + 'https://github.com/runelite/launcher/releases/download/2.6.13/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.10/RuneLiteSetup32.exe', + 'https://github.com/runelite/launcher/releases/download/2.6.13/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.10/RuneLiteSetupAArch64.exe', + 'https://github.com/runelite/launcher/releases/download/2.6.13/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.12/RuneLite-x64.dmg', + 'https://github.com/runelite/launcher/releases/download/2.6.13/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.11/RuneLite-aarch64.dmg', + 'https://github.com/runelite/launcher/releases/download/2.6.13/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.10/RuneLite.AppImage', + 'https://github.com/runelite/launcher/releases/download/2.6.13/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.10/RuneLite-aarch64.AppImage', + 'https://github.com/runelite/launcher/releases/download/2.6.13/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.10/RuneLite.jar', + 'https://github.com/runelite/launcher/releases/download/2.6.13/RuneLite.jar', icon: 'fas fa-fw fa-coffee', text: { os: 'All platforms'