From 1b753281375610b3f0725ba96097d6366a84651f Mon Sep 17 00:00:00 2001 From: Thibaud Lepretre Date: Fri, 27 Aug 2021 19:04:41 +0200 Subject: Update version to 0.5.1-BETA --- README.md | 2 +- docs/developer.md | 2 +- docs/user.md | 2 +- exampleSite/config.toml | 2 +- exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md | 4 ++-- layouts/partials/meta.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7e04430..4e655e4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github. ## General - **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) -- **Version**: 0.5.0-BETA (based on Hexo version 3.1.0) +- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0) - **Compatibility**: Hugo v0.53 ## Features diff --git a/docs/developer.md b/docs/developer.md index a99c557..ba4b334 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -30,7 +30,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General ## - **Author** : Thibaud Leprêtre -- **Version** : 0.5.0-BETA (based on Hexo version 3.1.0) +- **Version** : 0.5.1-BETA (based on Hexo version 3.1.0) - **Compatibility** : Hugo v0.53 ## Requirements ## diff --git a/docs/user.md b/docs/user.md index c00270b..8d43be9 100644 --- a/docs/user.md +++ b/docs/user.md @@ -61,7 +61,7 @@ If you want to report a bug or ask a question, [create an issue](https://github. ## General - **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) -- **Version**: 0.5.0-BETA (based on Hexo version 3.1.0) +- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0) - **Compatibility**: Hugo v0.53 ## Features diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 1a3c8e2..080df16 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,5 +1,5 @@ # Tranquilpeak -# Version : 0.5.0-BETA +# Version : 0.5.1-BETA # Author : Thibaud Leprêtre # I STRONGLY recommend you to use a CDN to speed up loading of pages. diff --git a/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md b/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md index b83528b..9db06b3 100644 --- a/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md +++ b/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md @@ -1,5 +1,5 @@ --- -title: "Welcome to Tranquilpeak 0.5.0-BETA" +title: "Welcome to Tranquilpeak 0.5.1-BETA" date: 2015-06-15 categories: - tranquilpeak @@ -57,7 +57,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github. ## General - **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) -- **Version**: 0.5.0-BETA (based on Hexo version 3.1.0) +- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0) - **Compatibility**: Hugo v0.53 ## Features diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index df4b2bd..1fc40ce 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -1,7 +1,7 @@ - + diff --git a/package-lock.json b/package-lock.json index 633056d..3d8e720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-tranquilpeak-theme", - "version": "0.5.0-BETA", + "version": "0.5.1-BETA", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-tranquilpeak-theme", - "version": "0.5.0-BETA", + "version": "0.5.1-BETA", "license": "GPL-3.0", "devDependencies": { "eslint": "^7.32.0", diff --git a/package.json b/package.json index 4c25b7d..4f86a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-tranquilpeak-theme", - "version": "0.5.0-BETA", + "version": "0.5.1-BETA", "description": "A gorgeous responsive theme for Hugo blog framework", "main": "Gruntfile.js", "scripts": { -- cgit v1.2.3