Skip to content

Commit 3688656

Browse files
committed
v2.2.0
1 parent c1b4d3a commit 3688656

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,17 @@
2424
<p>Stay healthy.</p>
2525
</description>
2626
<releases>
27+
<release version="2.2.0" date="2019-09-26">
28+
<description>
29+
<ul>
30+
<li>Add: Turkish translation (@libreajans)</li>
31+
</ul>
32+
</description>
33+
</release>
2734
<release version="2.1.0" date="2019-07-12">
2835
<description>
2936
<ul>
30-
<li>Add: Dutch translation</li>
37+
<li>Add: Dutch translation (@Vistaus)</li>
3138
</ul>
3239
</description>
3340
</release>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.elfenware.badger (2.2.0) bionic; urgency=medium
2+
3+
* Add: Turkish translation (@libreajans)
4+
5+
-- Darshak Parikh <[email protected]> Thu, 26 Sep 2019 21:58:06 +0530
6+
17
com.github.elfenware.badger (2.1.0) bionic; urgency=medium
28

39
* Add: Dutch translation (@Vistaus)

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

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

0 commit comments

Comments
 (0)