From 01004c96c024bb091934e39588cdc73552c32335 Mon Sep 17 00:00:00 2001
From: Nicholas Tay <nick@windblume.net>
Date: Wed, 1 Dec 2021 16:48:55 +1100
Subject: Automatic commit of package [passgen] release [0.1.1-1].

Created by command:

/usr/bin/tito tag
---
 .tito/packages/passgen | 2 +-
 passgen.spec           | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.tito/packages/passgen b/.tito/packages/passgen
index 41fab56..8b92a22 100644
--- a/.tito/packages/passgen
+++ b/.tito/packages/passgen
@@ -1 +1 @@
-0.1.0-2 ./
+0.1.1-1 ./
diff --git a/passgen.spec b/passgen.spec
index 4ea323a..d791c23 100644
--- a/passgen.spec
+++ b/passgen.spec
@@ -1,6 +1,6 @@
 Name: passgen
-Version: 0.1.0
-Release: 2%{?dist}
+Version: 0.1.1
+Release: 1%{?dist}
 License: Zlib
 Summary: A simple memorable and customisable password generator
 Url: https://gitlab.com/nicholastay/passgen
@@ -33,7 +33,7 @@ CFLAGS='-g' %make_build
 %{_bindir}/%{name}
 
 %changelog
-* Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.0-2
+* Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.1-1
 - RPM spec: add gcc, make to BuildRequires
 
 * Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.0-1
-- 
cgit