From f4869b2e3d6fbd9397c2504b16edbfd67f9f3b17 Mon Sep 17 00:00:00 2001 From: Bart Kessels Date: Tue, 5 Sep 2017 20:03:59 +0200 Subject: [PATCH] Update version --- meson.build | 2 +- packaging/RPM/getit.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 3fa2be9..e383e20 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('GetIt', 'c', version: '3.1') +project('GetIt', 'c', version: '3.2') # Imports gnome = import('gnome') diff --git a/packaging/RPM/getit.spec b/packaging/RPM/getit.spec index eb94d75..c5194db 100644 --- a/packaging/RPM/getit.spec +++ b/packaging/RPM/getit.spec @@ -1,5 +1,5 @@ Name: getit -Version: 3.1 +Version: 3.2 Release: 1%{?dist} Summary: Send HTTP requests to your API endpoints @@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/%{name}.desktop %changelog +* Tue Sep 05 2017 Bart Kessels 3.2 +- Fix non-highlighting bug in response +- Fix bug application crash on re-save + * Sun Aug 13 2017 Bart Kessels 3.1 - Move to Meson build system - Allow opening files at startup