mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 03:05:58 +05:30
Update version
This commit is contained in:
parent
fb56df58da
commit
7719c4faab
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
|||
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"tag_name": "v3.0.5"
|
||||
"tag_name": "v3.0.6"
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
define('HTMLY', true);
|
||||
define('HTMLY_VERSION', 'v3.0.5');
|
||||
define('HTMLY_VERSION', 'v3.0.6');
|
||||
$config_file = 'config/config.ini';
|
||||
require 'system/vendor/autoload.php';
|
||||
require 'system/htmly.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue