Skip to content

Commit 0f40f5d

Browse files
committed
v3.1.1
1 parent 2bca207 commit 0f40f5d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
<p>Stay healthy.</p>
2525
</description>
2626
<releases>
27+
<release version="3.1.1" date="2020-05-03">
28+
<description>
29+
<ul>
30+
<li>Update: Screenshot</li>
31+
</ul>
32+
</description>
33+
</release>
2734
<release version="3.1.0" date="2020-05-03">
2835
<description>
2936
<ul>

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 (3.1.1) bionic; urgency=low
2+
3+
* Update: Screenshot
4+
5+
-- Darshak Parikh <[email protected]> Sun, 3 May 2020 21:09:12 +0530
6+
17
com.github.elfenware.badger (3.1.0) bionic; urgency=medium
28

39
* Add: New reminder for correcting your posture

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

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

0 commit comments

Comments
 (0)