From 0fbabc7c89b6ce302b5ef13efdc3e6fe9d457695 Mon Sep 17 00:00:00 2001 From: Ever Fu Date: Mon, 24 Jun 2024 20:31:37 +0800 Subject: [PATCH] chore: v1.12.2 --- layout/includes/inject/head.pug | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/includes/inject/head.pug b/layout/includes/inject/head.pug index 65bbfc80..ff39cb9c 100644 --- a/layout/includes/inject/head.pug +++ b/layout/includes/inject/head.pug @@ -28,7 +28,7 @@ include ../head/pwa.pug script. console.log( - "%c Program: Hexo %c Theme: Solitude %c Version: v1.12.1", + "%c Program: Hexo %c Theme: Solitude %c Version: v1.12.2", "border-radius:5px 0 0 5px;padding: 5px 10px;color:white;background:#ff3842;", "padding: 5px 10px;color:white;background:#3e9f50;", "padding: 5px 10px;color:white;background:#0084ff;border-radius:0 5px 5px 0", diff --git a/package.json b/package.json index d4ac5edd..e304c1e6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-solitude", - "version": "1.12.1", + "version": "1.12.2", "description": "A beautiful, powerful, and efficient Hexo theme developed by EverFu.", "main": "package.json", "scripts": {