Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkessels committed Jan 24, 2018
1 parent 25358f9 commit 6b4f3c3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions data/net.bartkessels.getit.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
</provides>

<releases>

<release version="4.0.5" date="2018-01-24">
<ul>
<li>Save state of divider between headers and output in response stack</li>
<li>Make response headers selectable</li>
</ul>
</release>

<release version="4.0.4" date="2018-01-23">
<ul>
<li>Update scrollviews</li>
Expand Down
6 changes: 5 additions & 1 deletion data/packaging/RPM/getit.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: getit
Version: 4.0.4
Version: 4.0.5
Release: 1%{?dist}
Summary: Send HTTP requests to your API endpoints

Expand Down Expand Up @@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/actions/getit-remove-symbolic.png

%changelog
* Wed Jan 24 2018 Bart Kessels <[email protected]> 4.0.5
- Save state of divider between headers and output in response stack
- Make response headers selectable

* Tue Jan 23 2018 Bart Kessels <[email protected]> 4.0.4
- Update scrollviews
- Add ability to enlarge headers on response
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('getit','c',
version: '4.0.4',
version: '4.0.5',
meson_version: '>= 0.40.0',
)
i18n = import('i18n')
Expand Down
2 changes: 1 addition & 1 deletion src/ui/dialog_about.glade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<property name="program_name">GetIt</property>
<property name="version">4.0.4</property>
<property name="version">4.0.5</property>
<property name="copyright" translatable="yes">Copyright © 2016 - 2018 Bart Kessels</property>
<property name="comments" translatable="yes">GetIt is a small application to send HTTP requests</property>
<property name="website">https://getit.bartkessels.net</property>
Expand Down

0 comments on commit 6b4f3c3

Please sign in to comment.