diff --git a/README.md b/README.md index 109d54d..10dc65f 100644 --- a/README.md +++ b/README.md @@ -121,5 +121,4 @@ Join thousands of creators in our vibrant community to ask questions, share your MIT © 2016-Present [George Cushen](https://georgecushen.com) - diff --git a/go.mod b/go.mod index fd7e1cb..da3203f 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2 - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.6.1 + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.7.0 ) diff --git a/hugoblox.yaml b/hugoblox.yaml index 6ee26f0..6c1baf8 100644 --- a/hugoblox.yaml +++ b/hugoblox.yaml @@ -1,5 +1,5 @@ build: - hugo_version: '0.149.1' + hugo_version: '0.150.0' template: id: "academic-cv" name: "Academic CV" diff --git a/netlify.toml b/netlify.toml index da580f9..4633640 100644 --- a/netlify.toml +++ b/netlify.toml @@ -21,7 +21,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.149.1" + HUGO_VERSION = "0.150.0" GO_VERSION = "1.21.5" NODE_VERSION = "22" HUGO_ENABLEGITINFO = "true"