From 2bbd77df6df3dd79b440ceca7b22f1f518394903 Mon Sep 17 00:00:00 2001 From: XPoet Date: Fri, 30 Oct 2020 10:55:15 +0800 Subject: [PATCH] build: v2.1.3 --- package.json | 2 +- source/js/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c872119..470c5de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-ils", - "version": "2.1.2", + "version": "2.1.3", "description": "A simple and beautiful theme for Hexo.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/source/js/utils.js b/source/js/utils.js index 0869bf8..ca902c7 100644 --- a/source/js/utils.js +++ b/source/js/utils.js @@ -3,7 +3,7 @@ ILS.utils = { themeInfo: { author: 'XPoet', name: 'ILS', - version: '2.1.2', + version: '2.1.3', repository: 'https://github.com/XPoet/hexo-theme-ils' },