Skip to content

Commit 145fca7

Browse files
author
Matheus Fantinel
committed
Release info
1 parent ec51840 commit 145fca7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

data/com.github.matfantinel.reminduck.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
<p>And it quacks.</p>
1515
</description>
1616
<releases>
17+
<release version="1.5.6" date="2020-01-31">
18+
<description>
19+
<ul>
20+
<li>- 🇩🇪 German translation (@Technipion)</li>
21+
<li>- 🇮🇹 Updated italian translation (@albanobattistella)</li>
22+
</ul>
23+
</description>
24+
</release>
1725
<release version="1.5.5" date="2020-01-18">
1826
<description>
1927
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.matfantinel.reminduck', 'vala', 'c', version: '1.5.5')
1+
project('com.github.matfantinel.reminduck', 'vala', 'c', version: '1.5.6')
22

33
add_project_arguments([
44
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())

0 commit comments

Comments
 (0)