Skip to content

Commit

Permalink
Merge pull request #210 from feed-rs/release-1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
markpritchard committed Jan 10, 2024
2 parents bf04f91 + c814bba commit 890aead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feed-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feed-rs"
version = "1.3.0"
version = "1.4.0"
edition = '2021'
authors = ["Hiroki Kumamoto <kumabook@live.jp>", "Mark Pritchard <mpritcha@gmail.com>"]
include = [
Expand Down
2 changes: 1 addition & 1 deletion feed-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the dependency to your `Cargo.toml`.

```toml
[dependencies]
feed-rs = "1.3"
feed-rs = "1.4.0"
```

## Reading
Expand Down

0 comments on commit 890aead

Please sign in to comment.