summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-20 13:48:48 -0400
committerMatan Kushner <hello@matchai.me>2019-07-20 13:48:48 -0400
commit7d5761a69e050dd8e249eafa336ad611d478100a (patch)
treec6b8f0761193ac98b71ec5d329e3a9e0aba8c7e3
parentf803d7002169ea00dff5b600ff801eb31e7d636b (diff)
chore: v3.0.1
-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 0b44e3398..4302789b0 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.0"
+version = "0.3.1"
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 5a0ed725e..b3bae5440 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.3.0"
+version = "0.3.1"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship"