From e6a921b5b2a54ffd81368f9b3a573e49b5af1c9a Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 7 Feb 2022 15:56:29 +0100 Subject: [PATCH] chore(release): v1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 697d334d..f616fab3 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 b0c3d9a2..8f2da162 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"]