From dbd87704b41a60f32847137f3f76032d9f2f6085 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Wed, 1 Jan 2020 08:04:13 -0800 Subject: [PATCH] Bumped version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"