Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Oct 13, 2024
1 parent c4b5716 commit 7e19c6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cache/installedVersion.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"tag_name": "v3.0.0"
"tag_name": "v3.0.1"
}
6 changes: 3 additions & 3 deletions config/config.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ teaser.behave = "default"
; Teaser character count
teaser.char = "200"

; rss description type. body or meta
rss.description = "body"

; Description character count
description.char = "150"

; rss description type. body or meta
rss.description = "body"

; RSS feed count
rss.count = "10"

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
define('HTMLY', true);
define('HTMLY_VERSION', 'v3.0.0');
define('HTMLY_VERSION', 'v3.0.1');
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';

0 comments on commit 7e19c6b

Please sign in to comment.