Skip to content

Commit ac8eb88

Browse files
authored
1.16.5, closes #91
1 parent 9405c1d commit ac8eb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.benndorf.dev/";
44
const versionsGist =
5-
"https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/bf7243534381ab94508363e42663b92d2dcc78d1/builddata.json";
5+
"https://gist.githubusercontent.com/MiniDigger/6c483628f4745b1b326862acb89a82d2/raw/f5dd31272e419cc95eaa6990c9ca0e1e36714a91/builddata.json";
66

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

0 commit comments

Comments
 (0)