Update version

This commit is contained in:
Dan 2025-03-19 13:23:00 +07:00
commit 7719c4faab
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2014-2024 Danang Probo Sayekti. Copyright (c) 2014-2025 Danang Probo Sayekti.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,3 +1,3 @@
{ {
"tag_name": "v3.0.5" "tag_name": "v3.0.6"
} }

View file

@ -1,6 +1,6 @@
<?php <?php
define('HTMLY', true); define('HTMLY', true);
define('HTMLY_VERSION', 'v3.0.5'); define('HTMLY_VERSION', 'v3.0.6');
$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';