From ae9cdd8e47aec98da3de39214c76d2e2bcc407fa Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 17 May 2021 03:30:49 +0200 Subject: [PATCH] Fix min_version. Has to be full version, including patch version. --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index 0b7e7e2..9e5c96b 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A Hugo theme with no predefined colors and minimal styling." homepage = "https://schlomp.space/tastytea/hugo-theme-nocolor" tags = ["blog", "minimal", "clean", "no js", "light"] features = ["blog", "fulltext rss feed"] -min_version = "0.60" +min_version = "0.60.0" [author] name = "tastytea"