We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52fde3 commit b4a885fCopy full SHA for b4a885f
1 file changed
shreddedpaper/download.html
@@ -156,7 +156,7 @@ <h1>ShreddedPaper Downloads</h1>
156
const fetchVersions = async (url) => {
157
const data = await (await fetch(url)).json();
158
159
- const lastestVersion = '26.1'; // data.version_groups[data.version_groups.length - 1]; // TODO REMOVE HARD CODED LATEST VERSION
+ const lastestVersion = '26.2'; // data.version_groups[data.version_groups.length - 1]; // TODO REMOVE HARD CODED LATEST VERSION
160
let versionGroup;
161
if (location.search.length && ~data.version_groups.indexOf(location.search.substr(1))) {
162
versionGroup = location.search.substr(1);
0 commit comments