diff options
author | digitalcraftsman | 2015-07-13 23:53:44 +0200 |
---|---|---|
committer | digitalcraftsman | 2015-07-13 23:53:44 +0200 |
commit | 48ee2486703dd090bcb7f5cab52c666f30f98e29 (patch) | |
tree | 192f69153aa87c4a7e7f2f6faeec59cde7b05437 | |
parent | 2bec57881bfbe024d58a2fa77bb5a3ab28ed8ad3 (diff) | |
download | hyde-48ee2486703dd090bcb7f5cab52c666f30f98e29.tar.lz hyde-48ee2486703dd090bcb7f5cab52c666f30f98e29.tar.zst hyde-48ee2486703dd090bcb7f5cab52c666f30f98e29.zip |
Set min_version to 0.14
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml index 204cccc..d5caeb5 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ license = "MIT" description = "An elegant open source and mobile first theme" tags = ["blog", "company"] features = ["blog", ] -min_version = 0.13 +min_version = 0.14 [author] name = "spf13" |