summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-09-08 00:21:18 -0400
committerMatan Kushner <hello@matchai.me>2019-09-08 00:21:18 -0400
commit29eedeb698bb268bfc1659b5e3f0fe2ccef001a8 (patch)
tree57ec28128ed39db13ae5e7839a720d8368ab126f
parentdcc105ea1bd28b39f68b805b36765327be6de763 (diff)
chore(bump): v0.16.0v0.16.0
-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 faad881b3..1e3c89546 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -748,7 +748,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "starship"
-version = "0.15.0"
+version = "0.16.0"
dependencies = [
"ansi_term 0.12.1 (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 57d016e76..8af9c8983 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "0.15.0"
+version = "0.16.0"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"