We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51fadf commit de9032eCopy full SHA for de9032e
data/com.github.alainm23.byte.appdata.xml.in
@@ -23,6 +23,15 @@
23
<binary>com.github.alainm23.byte</binary>
24
</provides>
25
<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
+
35
<release version="0.1.8" date="2019-10-09">
36
<description>
37
<p>This update brings some new features and bug fixes:</p>
meson.build
@@ -1,6 +1,6 @@
1
project('com.github.alainm23.byte',
2
'vala', 'c',
3
- version: '0.1.6')
+ version: '0.1.9')
4
5
gnome = import('gnome')
6
i18n = import('i18n')
0 commit comments