From f4ee266e440d625db9ccf2f463fab5978ea0673a Mon Sep 17 00:00:00 2001 From: XPoet Date: Fri, 11 Sep 2020 16:03:36 +0800 Subject: [PATCH] build: v2.0.2 --- README.md | 2 +- _config.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e26b78..b5babce 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ theme: ils # ------------------------------------------------------------ theme_info: name: ILS - version: 2.0.1 + version: 2.0.2 author: XPoet repository: https://github.com/XPoet/hexo-theme-ils diff --git a/_config.yml b/_config.yml index 4383053..5e6b314 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ # ------------------------------------------------------------ theme_info: name: ILS - version: 2.0.1 + version: 2.0.2 author: XPoet repository: https://github.com/XPoet/hexo-theme-ils diff --git a/package.json b/package.json index a6d1467..0fee015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-ils", - "version": "2.0.1", + "version": "2.0.2", "description": "A simple and beautiful theme for Hexo.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"