Skip to content

Commit 0f05126

Browse files
committed
v3.2.0
1 parent ca862ed commit 0f05126

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
<p>Stay healthy.</p>
2525
</description>
2626
<releases>
27+
<release version="3.2.0" date="2020-05-31">
28+
<description>
29+
<ul>
30+
<li>Add: Spanish translation (@fitojb)</li>
31+
<li>Add: Ukrainian translation (@IgorHordiichuk)</li>
32+
</ul>
33+
</description>
34+
</release>
2735
<release version="3.1.1" date="2020-05-03">
2836
<description>
2937
<ul>

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
com.github.elfenware.badger (3.2.0) bionic; urgency=medium
2+
3+
* Add: Spanish translation (@fitojb)
4+
* Add: Ukrainian translation (@IgorHordiichuk)
5+
6+
-- Darshak Parikh <[email protected]> Sun, 31 May 2020 18:41:33 +0530
7+
18
com.github.elfenware.badger (3.1.1) bionic; urgency=low
29

310
* Update: Screenshot

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: '3.1.1')
2+
project('com.github.elfenware.badger', 'vala', 'c', version: '3.2.0')
33

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

0 commit comments

Comments
 (0)