Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkessels committed Sep 5, 2017
1 parent 34f21ff commit f4869b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('GetIt', 'c', version: '3.1')
project('GetIt', 'c', version: '3.2')

# Imports
gnome = import('gnome')
Expand Down
6 changes: 5 additions & 1 deletion packaging/RPM/getit.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: getit
Version: 3.1
Version: 3.2
Release: 1%{?dist}
Summary: Send HTTP requests to your API endpoints

Expand Down Expand Up @@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/%{name}.desktop

%changelog
* Tue Sep 05 2017 Bart Kessels <[email protected]> 3.2
- Fix non-highlighting bug in response
- Fix bug application crash on re-save

* Sun Aug 13 2017 Bart Kessels <[email protected]> 3.1
- Move to Meson build system
- Allow opening files at startup
Expand Down

0 comments on commit f4869b2

Please sign in to comment.