diff --git a/Cargo.lock b/Cargo.lock index 34d0a95..08b34b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "polaris" -version = "0.10.0" +version = "0.11.0" dependencies = [ "ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b3a2949..ee0b87b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polaris" -version = "0.10.0" +version = "0.11.0" authors = ["Antoine Gersant "] edition = "2018"