From 65b72153ae0c7f2a0c03a56d21b735c2eb68c0bd Mon Sep 17 00:00:00 2001 From: Louis Barranqueiro Date: Sun, 31 May 2015 15:34:04 +0200 Subject: [PATCH] v1.0.5 --- README.md | 6 +++--- bower.json | 2 +- docs/user.md | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b3fd8ce4b..72915033c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A gorgeous responsive theme for Hexo blog framework ## General ## - **Author** : Louis Barranqueiro -- **Latest version** : 1.0.4 +- **Latest version** : 1.0.5 - **Compatibility** : Hexo v3.0.0 or higher ## Features ## @@ -53,8 +53,8 @@ A gorgeous responsive theme for Hexo blog framework ## Quick start ## ##### For people who want to use the original version of Tranquilpeak (users) -1. Download the latest version ready for production utilisation here : [tranquilpeak-hexo-theme-built-for-production-1.0.4] -(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.0.4/tranquilpeak-hexo-theme-built-for-production-1.0.4.zip) or choose an other version here : [all releases](https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases) +1. Download the latest version ready for production utilisation here : [tranquilpeak-hexo-theme-built-for-production-1.0.5] +(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.0.5/tranquilpeak-hexo-theme-built-for-production-1.0.5.zip) or choose an other version here : [all releases](https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases) 2. Follow [user documentation](https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/blob/master/docs/user.md) to install and configure the theme ##### For people who want to create their own version of tranquilpeak (developers) diff --git a/bower.json b/bower.json index dfc1c3c1d..8bd1b584e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tranquilpeak-hexo-theme", - "version": "1.0.4", + "version": "1.0.5", "description": "A gorgeous responsive theme for Hexo blog framework", "authors": [ "Louis Barranqueiro" diff --git a/docs/user.md b/docs/user.md index 4fec38e3c..7aab09fc9 100644 --- a/docs/user.md +++ b/docs/user.md @@ -33,8 +33,8 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## Installation ## -1. Download the latest version built and ready for production here : [tranquilpeak-hexo-theme-built-for-production-1.0.4] -(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.0.4/tranquilpeak-hexo-theme-built-for-production-1.0.4.zip) or choose an other version here : [all releases](https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases) +1. Download the latest version built and ready for production here : [tranquilpeak-hexo-theme-built-for-production-1.0.5] +(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.0.5/tranquilpeak-hexo-theme-built-for-production-1.0.5.zip) or choose an other version here : [all releases](https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases) 2. Rename the folder in `tranquilpeak` and place it in `themes` folder of your Hexo blog ## Hexo configuration ## diff --git a/package.json b/package.json index 484c1283e..6ac1e127e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tranquilpeak-hexo-theme", - "version": "1.0.4", + "version": "1.0.5", "description": "A gorgeous responsive theme for Hexo blog framework ", "main": "Gruntfile.js", "scripts": {