Change version

This commit is contained in:
Dan 2025-04-22 10:25:04 +07:00
commit d3ad94a5ee
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
{ {
"tag_name": "v3.0.7" "tag_name": "v3.0.8"
} }

View file

@ -1,6 +1,6 @@
<?php <?php
define('HTMLY', true); define('HTMLY', true);
define('HTMLY_VERSION', 'v3.0.7'); define('HTMLY_VERSION', 'v3.0.8');
$config_file = 'config/config.ini'; $config_file = 'config/config.ini';
require 'system/vendor/autoload.php'; require 'system/vendor/autoload.php';
require 'system/htmly.php'; require 'system/htmly.php';

View file

@ -69,7 +69,7 @@ table#config tr:last-child td {
border: none; border: none;
padding: 10px; padding: 10px;
cursor: pointer; cursor: pointer;
font-size: 18px; font-size: 16px;
} }
#htmly-menu { #htmly-menu {
@ -86,7 +86,7 @@ table#config tr:last-child td {
color: white; color: white;
padding: 10px; padding: 10px;
cursor: pointer; cursor: pointer;
font-size: 18px; font-size: 16px;
} }
@media all and (max-width: 550px) { @media all and (max-width: 550px) {