diff --git a/README.md b/README.md index e55a5f782..14a3fb8e1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A gorgeous responsive theme for Hexo blog framework ## General ## - **Author** : Louis Barranqueiro -- **Version** : 1.4.2 +- **Version** : 1.4.3 - **Compatibility** : Hexo 3.0.0 or later ## Features ## @@ -59,8 +59,8 @@ A gorgeous responsive theme for Hexo blog framework **Please read [user documentation](https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/blob/master/docs/user.md), it's short and useful to discover all features and possibilities of the theme, especially the [writing posts](https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/blob/master/docs/user.md#writing-posts) section** ##### 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.4.2] -(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.4.2/tranquilpeak-hexo-theme-built-for-production-1.4.2.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.4.3] +(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.4.3/tranquilpeak-hexo-theme-built-for-production-1.4.3.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/_config.yml b/_config.yml index 2c6c39d5a..b6ed9373e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Tranquilpeak Hexo theme -# Version : 1.4.2 +# Version : 1.4.3 # Author : Louis Barranqueiro # I STRONGLY recommend you to use a CDN to speed up loading of pages. diff --git a/bower.json b/bower.json index 0a3b45c69..f69f1a05d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tranquilpeak-hexo-theme", - "version": "1.4.2", + "version": "1.4.3", "description": "A gorgeous responsive theme for Hexo blog framework", "authors": [ "Louis Barranqueiro" diff --git a/docs/developer.md b/docs/developer.md index ad7fc3b84..82f3b7be8 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -29,7 +29,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General ## - **Author** : Louis Barranqueiro -- **Version** : 1.4.2 +- **Version** : 1.4.3 - **Compatibility** : Hexo 3.0.0 or later ## Features ## diff --git a/docs/user.md b/docs/user.md index 0ba51e195..a22cc0a24 100644 --- a/docs/user.md +++ b/docs/user.md @@ -49,7 +49,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General ## - **Author** : Louis Barranqueiro -- **Version** : 1.4.2 +- **Version** : 1.4.3 - **Compatibility** : Hexo 3.0.0 or later ## Features ## @@ -91,8 +91,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.4.2] -(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.4.2/tranquilpeak-hexo-theme-built-for-production-1.4.2.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.4.3] +(https://github.com/LouisBarranqueiro/tranquilpeak-hexo-theme/releases/download/v1.4.3/tranquilpeak-hexo-theme-built-for-production-1.4.3.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 2222cbe30..8ad3a993c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tranquilpeak-hexo-theme", - "version": "1.4.2", + "version": "1.4.3", "description": "A gorgeous responsive theme for Hexo blog framework ", "main": "Gruntfile.js", "scripts": {