Prepare release

This commit is contained in:
danpros 2024-11-21 05:44:18 +07:00
commit d2fe54d166
7 changed files with 15 additions and 5 deletions

View file

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