From 61ed9b00be2c0adfa50db05f2c6a28c30216e523 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Fri, 19 Aug 2022 13:57:45 +1000 Subject: [PATCH] v1.10.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 08193c7..77743d7 100644 --- a/SPECS/starship.spec +++ b/SPECS/starship.spec @@ -2,7 +2,7 @@ %global gh_user starship Name: starship -Version: 1.10.1 +Version: 1.10.2 Release: 1%{?dist} Summary: The cross-shell prompt for astronauts Group: Applications/System @@ -36,6 +36,9 @@ rm -rf %{buildroot} /usr/bin/%{name} %changelog +* Fri Aug 19 2022 Jamie Curnow - 1.10.2-1 +- v1.10.2 + * Wed Aug 17 2022 Jamie Curnow - 1.10.1-1 - v1.10.1 diff --git a/rpm.json b/rpm.json index a7c7e25..a1f951e 100644 --- a/rpm.json +++ b/rpm.json @@ -2,7 +2,7 @@ "publish": { "PACKAGE": "starship", "GH_USER": "jc21-rpm", - "VERSION": "1.10.1" + "VERSION": "1.10.2" } }