Skip to content

Commit 5da4e75

Browse files
authored
1.16.4, closes #78
1 parent 410a015 commit 5da4e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/spigot/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import axios from "axios";
22

33
const corsanywhere = "https://corsanywhere.minidigger.me/";
44
const versionsGist =
5-
"https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/ad24630bb4d4cb0a298810e7cc989084e7d16487/builddata.json";
5+
"https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/bf7243534381ab94508363e42663b92d2dcc78d1/builddata.json";
66

77
export const loadVersions = ({ commit }) => {
88
return new Promise((resolve, reject) => {

0 commit comments

Comments
 (0)