Skip to content

Commit

Permalink
chore: 🔖 v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fordes123 committed Jan 15, 2025
1 parent cf05f3d commit 30a5b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @package ITEM
* @author fordes123
* @version 1.1.0
* @version 1.1.1
* @link https://fordes.dev
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down
2 changes: 1 addition & 1 deletion libs/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
class Utils
{
const THEME_VERSION = '1.1.0';
const THEME_VERSION = '1.1.1';
const VERSION_OPTION = 'theme:ITEM::version';
const RANKED_ITEM_TEMPLATE = <<<HTML
<div class="list-item">
Expand Down

0 comments on commit 30a5b1a

Please sign in to comment.