Skip to content

Commit 9f60301

Browse files
committed
update version to 0.5.2-BETA
1 parent f09fec5 commit 9f60301

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
2828
## General
2929

3030
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
31-
- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
31+
- **Version**: 0.5.2-BETA (based on Hexo version 3.1.0)
3232
- **Compatibility**: Hugo v0.53
3333

3434
## Features

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
3030
## General ##
3131

3232
- **Author** : Thibaud Leprêtre
33-
- **Version** : 0.5.1-BETA (based on Hexo version 3.1.0)
33+
- **Version** : 0.5.2-BETA (based on Hexo version 3.1.0)
3434
- **Compatibility** : Hugo v0.53
3535

3636
## Requirements ##

docs/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
6161
## General
6262

6363
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
64-
- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
64+
- **Version**: 0.5.2-BETA (based on Hexo version 3.1.0)
6565
- **Compatibility**: Hugo v0.53
6666

6767
## Features

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tranquilpeak
2-
# Version : 0.5.1-BETA
2+
# Version : 0.5.2-BETA
33
# Author : Thibaud Leprêtre
44

55
# I STRONGLY recommend you to use a CDN to speed up loading of pages.

exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to Tranquilpeak 0.5.1-BETA"
2+
title: "Welcome to Tranquilpeak 0.5.2-BETA"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -57,7 +57,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
5757
## General
5858

5959
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
60-
- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
60+
- **Version**: 0.5.2-BETA (based on Hexo version 3.1.0)
6161
- **Compatibility**: Hugo v0.53
6262

6363
## Features

layouts/partials/meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<meta charset="UTF-8">
22
<meta name="viewport" content="width=device-width, initial-scale=1">
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4-
<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.5.1-BETA">
4+
<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.5.2-BETA">
55
<meta name="author" content="{{ .Site.Author.name }}">
66
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">
77
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else if .IsPage }}{{ .Summary }}{{ else }}{{ .Site.Params.description }}{{ end }}">

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugo-tranquilpeak-theme",
3-
"version": "0.5.1-BETA",
3+
"version": "0.5.2-BETA",
44
"description": "A gorgeous responsive theme for Hugo blog framework",
55
"main": "Gruntfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)