1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 13:26:38 -04:00

feat(hugo): upgrade Hugo to v0.36.1 (#44)

* feat(hugo): upgrade Hugo to v0.36.1

* Update README.md
This commit is contained in:
Shun Sato
2018-02-27 23:31:26 +09:00
committed by GitHub
parent 05e4a6da37
commit a8dd096a3d
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ See the [Hugo Documentation](https://gohugo.io/) for more information.
| hugo-bin version | Hugo version |
|:-----------------:|:------------:|
| ^0.23.0 | v0.36.1 |
| ^0.22.0 | v0.35 |
| ^0.21.0 | v0.34 |
| ^0.20.0 | v0.33 |

View File

@ -1,7 +1,7 @@
{
"name": "hugo-bin",
"version": "0.22.0",
"hugoVersion": "0.35",
"hugoVersion": "0.36.1",
"description": "Binary wrapper for Hugo",
"repository": "fenneclab/hugo-bin",
"author": "satoshun00 <shun.sato@fenneclab.com>",