diff --git a/Cargo.lock b/Cargo.lock index 5ca7c73..ea08979 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,7 +624,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "licensor" -version = "2.0.0" +version = "2.1.0" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "calm_io 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -655,7 +655,7 @@ dependencies = [ [[package]] name = "licensor_fetch" -version = "0.1.0" +version = "0.2.0" dependencies = [ "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "licensor_common 0.1.0", diff --git a/Cargo.toml b/Cargo.toml index 19ed7f9..c4b9be5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "licensor" -version = "2.0.0" +version = "2.1.0" authors = ["Raphaël Thériault "] license = "MIT" description = "write licenses to stdout" diff --git a/licensor_fetch/Cargo.toml b/licensor_fetch/Cargo.toml index 1a8c122..462a49c 100644 --- a/licensor_fetch/Cargo.toml +++ b/licensor_fetch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "licensor_fetch" -version = "0.1.0" +version = "0.2.0" authors = ["Raphaël Thériault "] edition = "2018"