summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theme.toml2
-rw-r--r--vercel.json2
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"
}
}
}