Skip to content

Commit 3ff9853

Browse files
authored
Set ShreddedPaper 1.21 as latest version
1 parent 401bd2b commit 3ff9853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shreddedpaper/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h1>ShreddedPaper Downloads</h1>
156156
const fetchVersions = async (url) => {
157157
const data = await (await fetch(url)).json();
158158

159-
const lastestVersion = data.version_groups[data.version_groups.length - 1];
159+
const lastestVersion = '1.21'; // data.version_groups[data.version_groups.length - 1]; // TODO REMOVE HARD CODED LATEST VERSION
160160
let versionGroup;
161161
if (location.search.length && ~data.version_groups.indexOf(location.search.substr(1))) {
162162
versionGroup = location.search.substr(1);

0 commit comments

Comments
 (0)