From 485b709b214db2bdd0c0ce22aa771f0301687940 Mon Sep 17 00:00:00 2001 From: "Kenneth.J" Date: Tue, 1 Mar 2016 16:08:57 +0800 Subject: [PATCH] update version to 0.1.0 --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec962e5..5f858dd 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ git clone https://github.com/denjones/hexo-theme-chan.git themes/chan And set your theme to `chan` in your site `_config.yml` file. +Before deploying your site, you may need to run `hexo clean` to clean the cache: + +``` shell +hexo clean +hexo deploy +``` + ## Browser Only support the latest browsers. May work in the older ones but never tested. diff --git a/package.json b/package.json index a8fe377..dfc2546 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-chan", - "version": "0.0.1", + "version": "0.1.0", "description": "A simple theme for hexo", "license": "MIT", "repository": {