summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-23 11:56:27 -0400
committerMatan Kushner <hello@matchai.me>2019-07-23 11:56:27 -0400
commitb39aca9776bda51676fa3d77aa8e8f371984eb1e (patch)
tree98deecfd88711fb3f09f2dbbfbf8d7532b220058
parent0fe00ecd828c72b9bbc55d8bbf2e69d4649b1eec (diff)
chore(bump): v0.3.2v0.3.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4302789b0..b2009255b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -710,7 +710,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "starship"
-version = "0.3.1"
+version = "0.3.2"
dependencies = [
"ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"battery 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index b3bae5440..cbed0997b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.3.1"
+version = "0.3.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship"