Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkessels committed Feb 18, 2018
1 parent cb195c8 commit 79836bd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions data/net.bartkessels.getit.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@

<releases>

<release version="4.0.8" date="2018-02-18">
<description>
<p>This release fixed/added:</p>
<ul>
<li>Fix wrong Save/Cancel button labels</li>
<li>Highlight JSON response when Content-Type header isn&quot;t set</li>
</ul>
</description>
</release>

<release version="4.0.7" date="2018-02-03">
<description>
<p>This release fixed/added:</p>
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.7
Version: 4.0.8
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/%{name}-remove-symbolic.png

%changelog
* Sun Feb 18 2018 Bart Kessels <[email protected]> 4.0.8
- Fix wrong Save/Cancel button labels
- Highlight JSON response when Content-Type header isn't set

* Sat Feb 03 2018 Bart Kessels <[email protected]> 4.0.7
- Add option to disable X.509 certificate check
- Update appstream translations
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.7',
version: '4.0.8',
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.7</property>
<property name="version">4.0.8</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 79836bd

Please sign in to comment.