diff --git a/Cargo.lock b/Cargo.lock index 562865e..8ef27d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1017,7 +1017,7 @@ dependencies = [ [[package]] name = "mogger" -version = "0.2.0" +version = "0.2.1" dependencies = [ "askama", "base64", diff --git a/Cargo.toml b/Cargo.toml index f44db01..0b431cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Simple blogging engine" repository = "https://github.com/agraven/mogger" homepage = "https://amandag.net" license = "AGPL-3.0-or-later" -version = "0.2.0" +version = "0.2.1" authors = ["Amanda P. Graven "] edition = "2018" readme = "README.md"