Browse Source

Update version

pull/701/head v2.9.5
danpros 1 year ago
parent
commit
31aa4ffa71
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cache/installedVersion.json
  2. +1
    -1
      index.php

+ 1
- 1
cache/installedVersion.json View File

@ -1,3 +1,3 @@
{
"tag_name": "v2.9.4"
"tag_name": "v2.9.5"
}

+ 1
- 1
index.php View File

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

Loading…
Cancel
Save