Skip to content

Commit de9032e

Browse files
author
Alain M
committed
Release 0.1.9
1 parent c51fadf commit de9032e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
<binary>com.github.alainm23.byte</binary>
2424
</provides>
2525
​<releases>
26+
<release version="0.1.9" date="2019-29-09">
27+
<description>
28+
<ul>
29+
<li>Added Dutch translation @Vistaus</li>
30+
<li>Updated Russian translation @camellan</li>
31+
</ul>
32+
</description>
33+
</release>
34+
2635
<release version="0.1.8" date="2019-10-09">
2736
<description>
2837
<p>This update brings some new features and bug fixes:</p>

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.6')
3+
version: '0.1.9')
44

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

0 commit comments

Comments
 (0)