summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-12-21 18:13:22 +0300
committerMatan Kushner <hello@matchai.dev>2021-12-21 18:13:22 +0300
commitaf049d5bc9d479c0f2e9dd497b74be7a2d4ebcf9 (patch)
tree5012e16d2d77b0fcbdb1dd172c55bb57ec7817ed
parent7e45d645b6afd87c2ae75eee6bf40e5bde70e010 (diff)
chore(release): v1.1.0v1.1.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 b52b51800..69df778c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1712,7 +1712,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"ansi_term",
"attohttpc",
diff --git a/Cargo.toml b/Cargo.toml
index 374c14b22..f14057620 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.0.0"
+version = "1.1.0"
edition = "2021"
authors = ["Starship Contributors"]
homepage = "https://starship.rs"