diff options
author | 2023-03-26 22:25:29 +0300 | |
---|---|---|
committer | 2023-03-26 22:25:29 +0300 | |
commit | cdcd298222ec1bd5c025292c6df5426e12b0cf5d (patch) | |
tree | 6359a4eb152745be54b5493b7d7f2c2532d38ba0 /rust | |
parent | 60b8d158527d67f825c624076d862bf83c594640 (diff) | |
download | newsboat-r2.31.tar.gz newsboat-r2.31.tar.zst newsboat-r2.31.zip |
Release 2.31r2.31
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 d1a08441..5685073c 100644 --- a/rust/libnewsboat-ffi/Cargo.toml +++ b/rust/libnewsboat-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat-ffi" -version = "2.30.1" +version = "2.31.0" authors = ["Alexander Batischev <eual.jp@gmail.com>"] edition = "2018" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index 16a5e2bf..38bfa50e 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnewsboat" -version = "2.30.1" +version = "2.31.0" authors = ["Alexander Batischev <eual.jp@gmail.com>"] edition = "2018" |