Skip to content

Commit

Permalink
Update main.php
Browse files Browse the repository at this point in the history
  • Loading branch information
greenelfx committed Apr 2, 2015
1 parent c0133fd commit 01cff90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$current_tags = file_get_contents("https://api.github.com/repos/greenelfx/maplebit/tags", false, $context);
if ($current_tags !== false) {
$tags = json_decode($current_tags);
$ref_tag = "v1.05";
$ref_tag = "v1.06";
$current_tag = $tags[0]->name;
if ($current_tag == $ref_tag) {
$alert_class = "success";
Expand Down Expand Up @@ -168,4 +168,4 @@
redirect("?base=main");
}

?>
?>

0 comments on commit 01cff90

Please sign in to comment.