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 33a2ddb commit c7d2b23Copy full SHA for c7d2b23
data/dock.metainfo.xml.in
@@ -24,7 +24,7 @@
24
<update_contact>contact_at_elementary.io</update_contact>
25
26
<releases>
27
- <release version="8.1.1" date="2025-05-16" urgency="medium">
+ <release version="8.1.1" date="2025-05-17" urgency="medium">
28
<description>
29
<p>Updated translations</p>
30
</description>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'io.elementary.dock',
3
'vala', 'c',
4
- version: '8.1.0',
+ version: '8.1.1',
5
meson_version: '>=0.58'
6
)
7
0 commit comments