From 66c420a9d70150bd1b595893185b008e2d329c87 Mon Sep 17 00:00:00 2001 From: Ivan Boothe Date: Wed, 18 May 2022 14:17:09 -0700 Subject: [PATCH] update min version listing Signed-off-by: Ivan Boothe --- theme.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index d419fe23..d5fa81bb 100644 --- a/theme.toml +++ b/theme.toml @@ -6,10 +6,11 @@ homepage = "https://github.com/chipzoller/hugo-clarity" demosite = "https://neonmirrors.net/" tags = ["blog", "technical", "simple", "dark", "syntax highlighting"] features = ["blog", "technical", "simple", "dark", "syntax highlighting"] -min_version = "0.63.0" +min_version = "0.91.0" # If the theme has multiple authors authors = [ {name = "Chip Zoller", homepage = "https://neonmirrors.net"}, {name = "Dan Weru", homepage = "https://github.com/onweru"}, + {name = "Ivan Boothe", homepage = "https://rootwork.org"}, ]