Skip to content

Commit 6737ae3

Browse files
committed
v4.2.0
1 parent 4132f05 commit 6737ae3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

data/com.github.elfenware.badger.appdata.xml.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
<p>Stay healthy.</p>
2626
</description>
2727
<releases>
28+
<release version="4.2.0" date="2021-08-20">
29+
<description>
30+
<ul>
31+
<li>Update: Italian translations (@albanobattistella)</li>
32+
</ul>
33+
</description>
34+
</release>
2835
<release version="4.1.0" date="2021-08-20">
2936
<description>
3037
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# project name and programming language
2-
project('com.github.elfenware.badger', 'vala', 'c', version: '4.1.0')
2+
project('com.github.elfenware.badger', 'vala', 'c', version: '4.2.0')
33

44
message('project name and programming language')
55

0 commit comments

Comments
 (0)