From c7ba9818f71481655e7ec9615e0ef02e4ac42552 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 6 Jun 2023 12:19:32 +1000 Subject: [PATCH] v1.14.2 --- SPECS/starship.spec | 5 ++++- rpm.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/starship.spec b/SPECS/starship.spec index 0ad71ea..0aeace7 100644 --- a/SPECS/starship.spec +++ b/SPECS/starship.spec @@ -2,7 +2,7 @@ %global gh_user starship Name: starship -Version: 1.13.1 +Version: 1.14.2 Release: 1 Summary: The cross-shell prompt for astronauts Group: Applications/System @@ -36,6 +36,9 @@ rm -rf %{buildroot} /usr/bin/%{name} %changelog +* Tue Jun 6 2023 Jamie Curnow - 1.14.2-1 +- v1.14.2 + * Mon Feb 27 2023 Jamie Curnow - 1.13.1-1 - v1.13.1 diff --git a/rpm.json b/rpm.json index 4959da7..61b42f4 100644 --- a/rpm.json +++ b/rpm.json @@ -2,7 +2,7 @@ "publish": { "PACKAGE": "starship", "GH_USER": "jc21-rpm", - "VERSION": "1.13.1" + "VERSION": "1.14.2" } }