diff options
| -rw-r--r-- | theme.toml | 2 | ||||
| -rw-r--r-- | vercel.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" } } } |
