From 1af2ba49befdedb89cbb69e87bb816dc6dde3444 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Thu, 16 Apr 2020 20:49:53 -0700 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 1c55608..9b745e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1403,7 +1403,7 @@ dependencies = [ [[package]] name = "polaris" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bea1df3..9d63df4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polaris" -version = "0.12.0" +version = "0.12.1" authors = ["Antoine Gersant "] edition = "2018"