diff options
author | 2021-09-20 16:42:58 +0300 | |
---|---|---|
committer | 2021-09-20 16:42:58 +0300 | |
commit | deef6dbc04428c988ebe06c1e76a451a0598a5df (patch) | |
tree | 0c3c824035c71d07caceeb10258ce7000bad501f /rust | |
parent | 1325be91ef61da6682f3441985a9d9291bb6da34 (diff) | |
download | newsboat-r2.25.tar.gz newsboat-r2.25.tar.zst newsboat-r2.25.zip |
Release 2.25r2.25
Diffstat (limited to 'rust')
-rw-r--r-- | rust/libnewsboat-ffi/Cargo.toml | 2 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rust/libnewsboat-ffi/Cargo.toml b/rust/libnewsboat-ffi/Cargo.toml index 744f99e8..94ffb5a2 100644 --- a/rust/libnewsboat-ffi/Cargo.toml +++ b/rust/libnewsboat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat-ffi" -version = "2.24.0" +version = "2.25.0" authors = ["Alexander Batischev <eual.jp@gmail.com>"] edition = "2018" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index f2125f5c..994eb9d6 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat" -version = "2.24.0" +version = "2.25.0" authors = ["Alexander Batischev <eual.jp@gmail.com>"] edition = "2018" |