diff --git a/Cargo.lock b/Cargo.lock index 03a86ee..fa26cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1588,7 +1588,7 @@ dependencies = [ [[package]] name = "rubble" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-files 0.1.0-betsa.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index dd8e437..4d894b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rubble" description = "a slight blog system" -version = "0.3.0" +version = "0.3.1" authors = ["Kilerd Chan "] license = "MIT" edition = "2018"