diff --git a/Cargo.lock b/Cargo.lock index 7e57135..c3c03be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "nyf" -version = "0.3.0" +version = "0.4.0" dependencies = [ "regex", "rss", diff --git a/Cargo.toml b/Cargo.toml index 6185f56..b51ce1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyf" -version = "0.3.1" +version = "0.4.0" authors = ["glyph "] edition = "2018" description = "html splicer and rss generator"