summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-01-15 14:15:33 +0300
committerMatan Kushner <hello@matchai.dev>2022-01-15 14:15:33 +0300
commit682f49abdb7065f0053ca7ec82de166027a72072 (patch)
treef0adb8a5d304bc43d9bad7ee2584338c4a27b258
parent360c7942f655a4de480634cc430d45c6dd57f875 (diff)
chore(release): v1.2.1v1.2.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 adb14e64c..9a42644c9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1594,7 +1594,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.2.0"
+version = "1.2.1"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index c5b48de51..5d383935b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.2.0"
+version = "1.2.1"
edition = "2021"
authors = ["Starship Contributors"]
homepage = "https://starship.rs"