Skip to content

Commit 7311be5

Browse files
committed
v1.3.0
1 parent 3954c19 commit 7311be5

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="1.3.0" date="2019-03-30">
28+
<description>
29+
<ul>
30+
<li>Add: Danish translation (@siigdev)</li>
31+
<li>Update: French translation (@NathanBnm)</li>
32+
</ul>
33+
</description>
34+
</release>
2735
<release version="1.2.1" date="2019-03-24">
2836
<description>
2937
<p>Fix: Empty window on launch</p>

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 (1.3.0) bionic; urgency=medium
2+
3+
* Add: Danish translation (@siigdev)
4+
* Update: French translation (@NathanBnm)
5+
6+
-- Darshak Parikh <[email protected]> Sat, 30 Mar 2019 11:50:41 +0530
7+
18
com.github.elfenware.badger (1.2.1) bionic; urgency=high
29

310
* Fix: Empty window on launch

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

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

0 commit comments

Comments
 (0)