summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-12-21 23:06:15 +0300
committerMatan Kushner <hello@matchai.dev>2021-12-21 23:06:15 +0300
commit9a4b2bb536761e5aa9e0d5972e3052cc6d30c6d9 (patch)
tree1473e4264cec0661db21d9915f96c99e4eeb2063
parent8f84f7cf882db950d991c69a7d76835498f1878d (diff)
chore(release): v1.1.1v1.1.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 69df778c2..0ce9af4da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1712,7 +1712,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.1.0"
+version = "1.1.1"
dependencies = [
"ansi_term",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index f14057620..52332651a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.1.0"
+version = "1.1.1"
edition = "2021"
authors = ["Starship Contributors"]
homepage = "https://starship.rs"