Skip to content

Commit

Permalink
bump to v1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Jun 6, 2015
1 parent ac9a100 commit 95ee676
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.06";
$ref_tag = "v1.07";
$current_tag = $tags[0]->name;
if ($current_tag == $ref_tag) {
$alert_class = "success";
Expand Down Expand Up @@ -83,7 +83,7 @@
</div>
<div class="col-md-3">
<div class="alert alert-<?php echo $alert_class; ?>">
<h2 style="margin: 0px;" class="text-center">Update</h2><hr/>
<h2 style="margin: 0px;" class="text-center">Status</h2><hr/>
<?php echo $version_message; ?>
</div>
</div>
Expand Down

0 comments on commit 95ee676

Please sign in to comment.