diff --git a/Cargo.lock b/Cargo.lock index 8bc6777..cbc65f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "opml" -version = "1.1.1" +version = "1.1.2" dependencies = [ "serde", "strong-xml", @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "opml_cli" -version = "1.1.1" +version = "1.1.2" dependencies = [ "assert_cmd", "clap", diff --git a/opml_api/Cargo.toml b/opml_api/Cargo.toml index a7e0ef0..def4265 100644 --- a/opml_api/Cargo.toml +++ b/opml_api/Cargo.toml @@ -4,7 +4,7 @@ name = "opml" description = "An OPML parser for Rust." authors = ["Holllo "] -version = "1.1.1" +version = "1.1.2" license = "MIT OR Apache-2.0" repository = "https://github.com/Holllo/opml" readme = "../README.md" diff --git a/opml_cli/Cargo.toml b/opml_cli/Cargo.toml index 86ce3a5..d4f0e3d 100644 --- a/opml_cli/Cargo.toml +++ b/opml_cli/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "opml_cli" description = "An OPML parser for the command-line." -version = "1.1.1" +version = "1.1.2" authors = ["Holllo "] license = "MIT OR Apache-2.0" repository = "https://github.com/Holllo/opml"