Skip to content

Commit c475264

Browse files
author
Alain M
committed
Release 0.1.6
1 parent e725317 commit c475264

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

data/com.github.alainm23.byte.appdata.xml.in

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,17 @@
2323
<binary>com.github.alainm23.byte</binary>
2424
</provides>
2525
​<releases>
26-
<release version="0.1.5" date="2019-27-10">
26+
<release version="0.1.6" date="2019-09-04">
27+
<description>
28+
<p>This update brings some new features and bug fixes:</p>
29+
<ul>
30+
<li>3 new themes added</li>
31+
<li>Fix icon name in French translation @NathanBnm</li>
32+
</ul>
33+
</description>
34+
</release>
35+
36+
<release version="0.1.5" date="2019-08-27">
2737
<description>
2838
<p>This update brings some new features and bug fixes:</p>
2939
<ul>
@@ -36,7 +46,7 @@
3646
</description>
3747
</release>
3848

39-
<release version="0.1.4" date="2019-26-10">
49+
<release version="0.1.4" date="2019-08-26">
4050
<description>
4151
<p>This update brings some new features and bug fixes:</p>
4252
<ul>
@@ -48,7 +58,7 @@
4858
</ul>
4959
</description>
5060
</release>
51-
<release version="0.1.3" date="2019-19-10">
61+
<release version="0.1.3" date="2019-08-19">
5262
<description>
5363
<p>This update brings improvements in the synchronization of your library as well as some new features</p>
5464
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('com.github.alainm23.byte',
22
'vala', 'c',
3-
version: '0.1.5')
3+
version: '0.1.6')
44

55
gnome = import('gnome')
66
i18n = import('i18n')

0 commit comments

Comments
 (0)