We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8155e2e commit 715a6b5Copy full SHA for 715a6b5
common/footer.php
@@ -5,7 +5,7 @@
5
<footer>
6
<p class="footer-text">
7
<?php
8
- echo "© " . date("Y") . " " . htmlspecialchars($config['callsign']) . " | <a href='https://github.com/your-username/your-repository' target='_blank'>ARWT</a> ". VERSION;
+ echo "© " . date("Y") . " " . htmlspecialchars($config['callsign']) . " | <a href='https://github.com/ds2600/arwt' target='_blank'>ARWT</a> ". VERSION;
9
?>
10
</p>
11
</footer>
common/version.php
@@ -1,2 +1,2 @@
1
2
-define('VERSION', '0.1.0');
+define('VERSION', '0.1.1');
0 commit comments