diff --git a/Cargo.lock b/Cargo.lock index 423bcf0..0c659ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "mogger" -version = "0.1.3" +version = "0.1.4" dependencies = [ "askama 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 546f27e..88398a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mogger" description = "Simple blogging engine" homepage = "https://github.com/agraven/mogger" license = "AGPL-3.0-or-later" -version = "0.1.3" +version = "0.1.4" authors = ["Amanda P. Graven "] edition = "2018" readme = "README.md"