From 0cffc6d02bf4a6ac4e0bc3ade52ea5828679addf Mon Sep 17 00:00:00 2001 From: glyph Date: Tue, 23 Nov 2021 20:35:43 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"