From ac8eb8834fbc4618d0e68275851213e1f9bfbf59 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Mon, 17 May 2021 09:51:08 +0200 Subject: [PATCH] 1.16.5, closes #91 --- src/store/spigot/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/spigot/actions.js b/src/store/spigot/actions.js index 4fede00..e888b00 100644 --- a/src/store/spigot/actions.js +++ b/src/store/spigot/actions.js @@ -2,7 +2,7 @@ import axios from "axios"; const corsanywhere = "https://corsanywhere.benndorf.dev/"; const versionsGist = - "https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/bf7243534381ab94508363e42663b92d2dcc78d1/builddata.json"; + "https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/f5dd31272e419cc95eaa6990c9ca0e1e36714a91/builddata.json"; export const loadVersions = ({ commit }) => { return new Promise((resolve, reject) => {