mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
Update version
This commit is contained in:
parent
c87e249836
commit
d5fd6cc138
2 changed files with 2 additions and 2 deletions
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"tag_name": "v2.9.9"
|
"tag_name": "v3.0.0"
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
define('HTMLY', true);
|
define('HTMLY', true);
|
||||||
define('HTMLY_VERSION', 'v2.9.9');
|
define('HTMLY_VERSION', 'v3.0.0');
|
||||||
$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';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue