Skip to content

Commit 6d2570b

Browse files
authored
Release 2.0.2 (#185)
1 parent a9ab7ca commit 6d2570b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

data/com.github.sgpthomas.hourglass.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@
7777
</provides>
7878

7979
<releases>
80+
<release version="2.0.2" date="2021-11-08" urgency="medium">
81+
<description>
82+
<ul>
83+
<li>Fix a regression that the app don't launch if you create a repeated alarm, close the app, and try to reopen it</li>
84+
<li>AlarmView: Organize displayed information</li>
85+
</ul>
86+
</description>
87+
</release>
8088
<release version="2.0.1" date="2021-11-08" urgency="low">
8189
<description>
8290
<p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('com.github.sgpthomas.hourglass',
22
'vala', 'c',
3-
version: '2.0.1',
3+
version: '2.0.2',
44
meson_version: '>=0.49.0'
55
)
66

0 commit comments

Comments
 (0)