Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
energy-coresky committed Sep 4, 2023
1 parent b9f1a3d commit 6a37046
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"require": {
"php": ">7.0",
"energy/air": "0.497",
"energy/air": "0.499",
"coresky/mercury": "dev-master",
"coresky/venus": "0.498",
"coresky/venus": "0.499",
"coresky/earth": "0.497",
"erusev/parsedown": "^1.7"
},
Expand Down
Binary file modified hole.base
Binary file not shown.
4 changes: 2 additions & 2 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function ($ok) {
}
?><!doctype html>
<html>
<head><title>βῆτα.0.498.HOLE.SKY. application First-Run</title>
<head><title>βῆτα.0.499.HOLE.SKY. application First-Run</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<style>
Expand Down Expand Up @@ -94,7 +94,7 @@ function ($ok) {
<button style="float:right" onclick="location.href='<?php echo "$path?anw=" . urlencode($uri) ?>'">Run app anyway</button>
Problem fixed: <button onclick="location.href='<?php echo $uri ?>'">Test again</button>
</div>
<div id="foo">βῆτα.0.498.HOLE.SKY. powered by 0.497.<a href="https://coresky.net/">Coresky</a> framework</div>
<div id="foo">βῆτα.0.499.HOLE.SKY. powered by 0.499.<a href="https://coresky.net/">Coresky</a> framework</div>
</body>
</html><?php

Expand Down

0 comments on commit 6a37046

Please sign in to comment.