Skip to content

Commit b95bbe1

Browse files
committed
v1.2.1
1 parent 30e4e71 commit b95bbe1

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
<p>Stay healthy.</p>
2525
</description>
2626
<releases>
27-
<release version="1.2.0" date="2019-03-15">
27+
<release version="1.2.1" date="2019-03-24">
28+
<description>
29+
<p>Fix: Empty window on launch</p>
30+
</description>
31+
</release>
32+
<release version="1.2.0" date="2019-03-21">
2833
<description>
2934
<p>Add: Lithuanian translations (@welaq)</p>
3035
<p>Fix: Illegible heading in dark mode</p>

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
com.github.elfenware.badger (1.2.1) bionic; urgency=high
2+
3+
* Fix: Empty window on launch
4+
5+
-- Darshak Parikh <[email protected]> Sun, 24 Mar 2019 11:52:01 +0530
6+
17
com.github.elfenware.badger (1.2.0) bionic; urgency=medium
28

39
* Add: Lithuanian translations (@welaq)
410
* Fix: Illegible heading in dark mode
511

6-
-- Darshak Parikh <darshak@vostro> Thu, 21 Mar 2019 22:56:58 +0530
12+
-- Darshak Parikh <darshak@protonmail.com> Thu, 21 Mar 2019 22:56:58 +0530
713

814
com.github.elfenware.badger (1.1.0) bionic; urgency=medium
915

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

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

0 commit comments

Comments
 (0)