mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Bump version to 1.5.0
Yes. Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
a1c1ebb315
commit
32be42aee1
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
define( "AUR_VERSION", "<b>Version 1.4.1</b>" );
|
define( "AUR_VERSION", "<b>v1.5.0</b>" );
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<br />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
if ($ver) {
|
if ($ver) {
|
||||||
print "<p style=\"text-align: right\">$ver</p>\n";
|
print "<p style=\"text-align: right; font-size: 14px;\">$ver</p>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue