#19, Set minimum hugo version to 0.48

This commit is contained in:
Alex Shpak 2019-04-12 23:07:37 +02:00
parent cac0184060
commit 4eae7c302d
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
## Requirements
* Hugo 0.43 or higher
* Hugo 0.48 or higher
* Hugo extended version, read more [here](https://gohugo.io/news/0.43-relnotes/)

View file

@ -8,7 +8,7 @@ description = "Hugo documentation theme as simple as plain book"
homepage = "https://github.com/alex-shpak/hugo-book"
tags = ["responsive", "clean", "documentation", "docs", "flexbox"]
features = []
min_version = "0.43"
min_version = "0.48"
[author]
name = "Alex Shpak"