Skip to content

Commit

Permalink
build: support patch 7.37+
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Aug 31, 2024
1 parent 84e0bc7 commit 65e0456
Show file tree
Hide file tree
Showing 13 changed files with 692 additions and 692 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@timkurvers/redota",
"version": "1.9.0",
"version": "1.10.0",
"author": "Tim Kurvers <[email protected]>",
"repository": "github:timkurvers/redota",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
padding: 50px;
margin: 0 auto;
text-align: center;
}</style><script async defer="defer" data-domain="timkurvers.github.io/redota" src="https://plausible.io/js/plausible.hash.js"></script></head><body><div id="container"><noscript>ReDota requires JavaScript to be enabled.</noscript></div><div id="modal"></div><script src="redota-dotaconstants-68518fbc.js?6a3c4030eb8fa752e602"></script><script src="redota-vendor-64960d48.js?6a3c4030eb8fa752e602"></script><script src="redota-main-7feecb73.js?6a3c4030eb8fa752e602"></script></body></html>
}</style><script async defer="defer" data-domain="timkurvers.github.io/redota" src="https://plausible.io/js/plausible.hash.js"></script></head><body><div id="container"><noscript>ReDota requires JavaScript to be enabled.</noscript></div><div id="modal"></div><script src="redota-dotaconstants-3a1dfd0f.js?6eca79cfc8cab42d3d09"></script><script src="redota-vendor-1c9bb313.js?6eca79cfc8cab42d3d09"></script><script src="redota-main-dee25e85.js?6eca79cfc8cab42d3d09"></script></body></html>
1 change: 1 addition & 0 deletions public/redota-dotaconstants-3a1dfd0f.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/redota-dotaconstants-68518fbc.js

This file was deleted.

Large diffs are not rendered by default.

679 changes: 0 additions & 679 deletions public/redota-parser+viewer-ca7b2b27.js

This file was deleted.

679 changes: 679 additions & 0 deletions public/redota-parser+viewer-d7483432.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/redota-protobuf-560c80f5.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/redota-protobuf-65d1a7a6.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/redota-vendor-1c9bb313.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/redota-vendor-64960d48.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/ui/pages/templates/ContentPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ const ContentPage = (props) => {
);

const version = (
<Link to="https://github.com/timkurvers/redota/compare/v1.8.0...v1.9.0" grayscale>
v1.9.0
<Link to="https://github.com/timkurvers/redota/compare/v1.9.0...v1.10.0" grayscale>
v1.10.0
</Link>
);

Expand Down

0 comments on commit 65e0456

Please sign in to comment.