Skip to content

Commit

Permalink
Version 1.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauke committed Jul 20, 2022
1 parent b4fadea commit 3442351
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion opml_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name = "opml"
description = "An OPML parser for Rust."
authors = ["Holllo <[email protected]>"]
version = "1.1.3"
version = "1.1.4"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml"
readme = "../README.md"
Expand Down
4 changes: 2 additions & 2 deletions opml_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
name = "opml_cli"
description = "An OPML parser for the command-line."
version = "1.1.3"
version = "1.1.4"
authors = ["Holllo <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml"
Expand All @@ -21,7 +21,7 @@ serde_json = "1.0.68"

[dependencies.opml]
path = "../opml_api"
version = "1.1.3"
version = "1.1.4"

[dependencies.serde]
version = "1.0.130"
Expand Down

0 comments on commit 3442351

Please sign in to comment.