We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326a4e2 commit f5fad60Copy full SHA for f5fad60
2 files changed
data/datetime.metainfo.xml.in
@@ -13,7 +13,7 @@
13
14
<screenshots>
15
<screenshot type="default">
16
- <image>https://raw.githubusercontent.com/elementary/wingpanel-indicator-datetime/master/data/screenshot.png</image>
+ <image>https://raw.githubusercontent.com/elementary/wingpanel-indicator-datetime/2.4.2/data/screenshot.png</image>
17
</screenshot>
18
</screenshots>
19
@@ -30,7 +30,7 @@
30
<update_contact>contact_at_elementary.io</update_contact>
31
32
<releases>
33
- <release version="2.4.2" date="2024-07-17" urgency="medium">
+ <release version="2.4.2" date="2024-08-21" urgency="medium">
34
<description>
35
<p>Improvements:</p>
36
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'datetime',
3
'vala', 'c',
4
- version: '2.4.1',
+ version: '2.4.2',
5
meson_version: '>= 0.57.0'
6
)
7
0 commit comments