summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-12 22:15:02 -0400
committerMatan Kushner <hello@matchai.me>2019-08-12 22:15:02 -0400
commit35733488a15f06a7c7e72349c9a9eedc38150e9c (patch)
tree4f389c91a9ca45de0e701e760b1e673b20573ec2
parent67be1e13d441ea441517c934bd7c88435a7e52cd (diff)
chore(bump): v0.8.2v0.8.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 33a7864bd..9734194f6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -715,7 +715,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "starship"
-version = "0.8.1"
+version = "0.8.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 795fa3567..684585c1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.8.1"
+version = "0.8.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship"