From 7553a6f11dc98803b3c83c3701f874d15b93e6f7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 21 Feb 2017 08:27:36 +0200 Subject: [PATCH] theme.toml: Bump minimum version to 0.19 --- theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.toml b/theme.toml index bd24ec4..c9cf7e6 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "A simple Hugo theme based on the Bootstrap v4 blog example." homepage = "https://github.com/alanorth/hugo-theme-bootstrap4" tags = ["bootstrap", "blog", "fontawesome"] features = ["responsive", "blog"] -min_version = 0.18 +min_version = 0.19 [author] name = "Alan Orth"