From ba17b0da9c8934d646cae2cfc8423e6cfcdd460b Mon Sep 17 00:00:00 2001 From: XPoet Date: Sun, 25 Oct 2020 11:02:47 +0800 Subject: [PATCH] build: build v2.1.0 --- 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 c90bd9e..153a453 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ theme: ils # --------------------------------------------------------------------------------------- theme_info: name: ILS - version: 2.0.3 + version: 2.1.0 author: XPoet repository: https://github.com/XPoet/hexo-theme-ils diff --git a/_config.yml b/_config.yml index a391495..12d993d 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ # --------------------------------------------------------------------------------------- theme_info: name: ILS - version: 2.0.3 + version: 2.1.0 author: XPoet repository: https://github.com/XPoet/hexo-theme-ils diff --git a/package.json b/package.json index 0fae4f8..52c28a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-ils", - "version": "2.0.3", + "version": "2.1.0", "description": "A simple and beautiful theme for Hexo.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"