diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-12 23:07:37 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-12 23:07:37 +0200 |
commit | 4eae7c302dfe92d87fb3d5e74d21658817540532 (patch) | |
tree | 28954806437a3f05236d21138f48ddbcfa6c2d31 | |
parent | cac0184060e064edb6f0df1990484b35dd004c55 (diff) |
#19, Set minimum hugo version to 0.48
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | theme.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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/) @@ -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" |