Skip to content

Commit

Permalink
new beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Oct 28, 2023
1 parent 1ead121 commit c5fc6a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _layouts/news_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
$("body").html($("body").html().replace(/\#(\d+)/gm, '<a href="https://github.com/magefree/mage/issues/$1">#$1</a>'));

// load progress SET status
$.getJSON("https://api.github.com/repos/magefree/mage/issues/10020")
$.getJSON("https://api.github.com/repos/magefree/mage/issues/11238")
.done(function(data) {
var items = [];
var b = data["body"];
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1 class="project-name">{{ page.title | default: site.title | default: site.git

<section class="main-content">
<ul class="tasks-status" style="display:none">
MAT - March of the Machine: The Aftermath Set progress (<a href="https://github.com/magefree/mage/issues/10020">github topic</a>):
LCI - The Lost Caverns of Ixalan Set progress (<a href="https://github.com/magefree/mage/issues/11238">github topic</a>):

<!-- complete image -->
<!--
Expand Down
2 changes: 1 addition & 1 deletion news_version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=103
version=104

0 comments on commit c5fc6a4

Please sign in to comment.