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 df80b12 commit 1c474c9Copy full SHA for 1c474c9
data/com.github.alainm23.byte.appdata.xml.in
@@ -23,7 +23,7 @@
23
<binary>com.github.alainm23.byte</binary>
24
</provides>
25
<releases>
26
- <release version="0.3.1" date="2020-05-26">
+ <release version="0.4.1" date="2020-05-26">
27
<description>
28
<p>New translations and performance improvement</p>
29
<ul>
@@ -38,7 +38,6 @@
38
<li>I Sutter</li>
39
<li>The Linux Experiment</li>
40
<li>Wout</li>
41
- <p></p>
42
</description>
43
</release>
44
meson.build
@@ -1,6 +1,6 @@
1
project('com.github.alainm23.byte',
2
'vala', 'c',
3
- version: '0.3')
+ version: '0.4.1')
4
5
gnome = import('gnome')
6
i18n = import('i18n')
0 commit comments