From c922a4da0b7088e63785a1c7d5dbceda743e6efd Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Tue, 14 Mar 2023 22:27:39 -0700 Subject: [PATCH] Fix For New Zola Versions --- theme.toml | 2 +- vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index 795ca68..86a4fa8 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "particle" description = "Particle theme for Zola" license = "MIT" homepage = "https://github.com/svavs/particle-zola" -min_version = "0.11.0" +min_version = "0.16.1" demo = "https://particle-zola.vercel.app/" [author] diff --git a/vercel.json b/vercel.json index 9f4d9ad..b62c84a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "ZOLA_VERSION": "0.11.0" + "ZOLA_VERSION": "0.16.1" } } }