Skip to content

Commit 47ec258

Browse files
committed
v2.0.0
1 parent f2bc32d commit 47ec258

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
<p>Stay healthy.</p>
2525
</description>
2626
<releases>
27+
<release version="2.0.0" date="2019-04-19">
28+
<description>
29+
<ul>
30+
<li>Add: 🎉️ Most awaited feature, custom timers! 🎉️</li>
31+
<li>Update: French translations (@NathanBnm)</li>
32+
<li>Update: Lithuanian translations (@welaq)</li>
33+
<li>Update: Danish translations (@siigdev)</li>
34+
</ul>
35+
</description>
36+
</release>
2737
<release version="1.3.0" date="2019-03-30">
2838
<description>
2939
<ul>

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
com.github.elfenware.badger (2.0.0) bionic; urgency=medium
2+
3+
* Add: 🎉️ Most awaited feature, custom timers! 🎉️
4+
* Update: French translations (@NathanBnm)
5+
* Update: Lithuanian translations (@welaq)
6+
* Update: Danish translations (@siigdev)
7+
8+
-- Darshak Parikh <[email protected]> Fri, 19 Apr 2019 12:28:50 +0530
9+
110
com.github.elfenware.badger (1.3.0) bionic; urgency=medium
211

312
* Add: Danish translation (@siigdev)

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

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

0 commit comments

Comments
 (0)