From 6ffddb602fba512a6edd29e04e6ebc0421a8e677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Wed, 27 Jul 2022 13:56:02 +0800 Subject: [PATCH 1/2] :bookmark: Start release Version 4.1.0 . --- VERSION | 2 +- data/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0c89fc9..99eba4d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 \ No newline at end of file +4.1.0 \ No newline at end of file diff --git a/data/config.yaml b/data/config.yaml index dbd6bed..8ca6ecf 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -1,4 +1,4 @@ # Hugo NexT theme's custom config # -version: 4.0.0 \ No newline at end of file +version: 4.1.0 \ No newline at end of file From 1171bcbfb32120d44f55652f7ef4c32fde9be036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Wed, 27 Jul 2022 21:29:04 +0800 Subject: [PATCH 2/2] :bento: Update the fontawesome version. --- data/resources.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data/resources.yaml b/data/resources.yaml index e204c3c..e95a2f7 100644 --- a/data/resources.yaml +++ b/data/resources.yaml @@ -10,15 +10,16 @@ js: - name: animejs version: 3.2.1 file: lib/anime.min.js - - name: mathjax - version: 3.2.0 - file: es5/tex-mml-chtml.js + # TODO + #- name: mathjax + # version: 3.2.0 + # file: es5/tex-mml-chtml.js # CSS 资源 # CSS Resources css: - name: '@fortawesome/fontawesome-free' - version: 6.1.1 + version: 6.1.2 file: css/all.min.css alias: font-awesome - name: animate.css