Skip to content

Commit 740fb11

Browse files
committed
🔖 version 0.4.4-BETA
1 parent 9db85aa commit 740fb11

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
3636
## General
3737

3838
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
39-
- **Version**: 0.4.4-SNAPSHOT (based on Hexo version 1.10.0)
39+
- **Version**: 0.4.4-BETA (based on Hexo version 1.10.0)
4040
- **Compatibility**: Hugo v0.20.1
4141

4242
## Features

docs/developer.md

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

3030
- **Author** : Thibaud Leprêtre
31-
- **Version** : 0.4.4-SNAPSHOT (based on Hexo version 1.10.0)
31+
- **Version** : 0.4.4-BETA (based on Hexo version 1.10.0)
3232
- **Compatibility** : Hugo v0.20.1
3333

3434
## Requirements ##

docs/user.md

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

5757
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
58-
- **Version**: 0.4.4-SNAPSHOT (based on Hexo version 1.10.0)
58+
- **Version**: 0.4.4-BETA (based on Hexo version 1.10.0)
5959
- **Compatibility**: Hugo v0.20.1
6060

6161
## 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.4.4-SNAPSHOT
2+
# Version : 0.4.4-BETA
33
# Author : Thibaud Leprêtre
44

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

exampleSite/content/post/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.4.4-SNAPSHOT"
2+
title: "Welcome to Tranquilpeak 0.4.4-BETA"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -65,7 +65,7 @@ Please all the credit should be attributed to [original *Hexo* version](https://
6565
## General
6666

6767
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
68-
- **Version**: 0.4.4-SNAPSHOT (based on Hexo version 1.10.0)
68+
- **Version**: 0.4.4-BETA (based on Hexo version 1.10.0)
6969
- **Compatibility**: Hugo v0.20.1
7070

7171
## Features

package-lock.json

Lines changed: 1 addition & 1 deletion
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.4.4-SNAPSHOT",
3+
"version": "0.4.4-BETA",
44
"description": "A gorgeous responsive theme for Hugo blog framework",
55
"main": "Gruntfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)