summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-02-07 15:56:29 +0100
committerMatan Kushner <hello@matchai.dev>2022-02-07 15:56:29 +0100
commite6a921b5b2a54ffd81368f9b3a573e49b5af1c9a (patch)
tree9d795a9475b9fc33b09d31834400c73015cf48b7
parent1d965a9d24509d500954669b4e5fb08e54733411 (diff)
chore(release): v1.3.0v1.3.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 697d334d5..f616fab39 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1605,7 +1605,7 @@ dependencies = [
[[package]]
name = "starship"
-version = "1.2.1"
+version = "1.3.0"
dependencies = [
"ansi_term",
"byte-unit",
diff --git a/Cargo.toml b/Cargo.toml
index b0c3d9a26..8f2da1624 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "starship"
-version = "1.2.1"
+version = "1.3.0"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]