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 23, 2018
1 parent a3c9b2c commit cf7ad16
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@ -65,6 +65,14 @@
</provides>

<releases>
<release version="4.0.3." date="2018-01-23">
<description>
<ul>
<li>Update Dutch translations</li>
</ul>
</description>
</release>

<release version="4.0.3" date="2018-01-23">
<description>
<ul>
Expand Down
5 changes: 4 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.3
Version: 4.0.3.1
Release: 1%{?dist}
Summary: Send HTTP requests to your API endpoints

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

%changelog
* Tue Jan 23 2018 Bart Kessels <[email protected]> 4.0.3.1
- Update Dutch translations

* Tue Jan 23 2018 Bart Kessels <[email protected]> 4.0.3
- Add view for HTML preview
- Automatically make JSON view readable
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.3',
version: '4.0.3.1',
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.3</property>
<property name="version">4.0.3.1</property>
<property name="copyright" translatable="yes">Copyright © 2016 - 2017 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 cf7ad16

Please sign in to comment.