diff --git a/README.md b/README.md index e7f0dee..f659f38 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ See the [Hugo Documentation](https://gohugo.io/) for more information. | hugo-bin version | Hugo version | |:-----------------:|:------------:| +| ^0.14.0 | v0.27.1 | | ^0.13.0 | v0.26 | | ^0.12.0 | v0.25.1 | | ^0.11.0 | v0.24.1 | diff --git a/package.json b/package.json index bf7c3a4..9b43147 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugo-bin", "version": "0.13.0", - "hugoVersion": "0.26", + "hugoVersion": "0.27.1", "description": "Binary wrapper for Hugo", "main": "index.js", "scripts": {