Skip to content

Commit 5801b24

Browse files
author
Matheus Fantinel
committed
Update version number
1 parent 892478c commit 5801b24

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@
1414
<p>And it quacks.</p>
1515
</description>
1616
<releases>
17-
<release version="1.4.0" date="2019-11-28">
17+
<release version="1.5.0" date="2020-01-10">
18+
<description>
19+
<ul>
20+
<li>🗃️ Flatpak Support!</li>
21+
</ul>
22+
</description>
23+
</release>
24+
<release version="1.4.0" date="2019-11-28">
1825
<description>
1926
<ul>
2027
<li>🌑 Dark-mode toggle on the header bar</li>

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.4.0')
1+
project('com.github.matfantinel.reminduck', 'vala', 'c', version: '1.5.0')
22

33
gnome = import('gnome')
44
i18n = import('i18n')

0 commit comments

Comments
 (0)