Skip to content

Commit

Permalink
update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denjones committed Mar 1, 2016
1 parent 8a28e44 commit 485b709
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 485b709

Please sign in to comment.