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 de0b2f2 commit dae3110Copy full SHA for dae3110
2 files changed
data/display.appdata.xml.in
@@ -7,6 +7,13 @@
7
<icon type="stock">preferences-desktop-display</icon>
8
<translation type="gettext">display-plug</translation>
9
<releases>
10
+ <release version="2.2.2" date="2020-05-28" urgency="medium">
11
+ <description>
12
+ <ul>
13
+ <li>Updated translations</li>
14
+ </ul>
15
+ </description>
16
+ </release>
17
<release version="2.2.1" date="2020-04-08" urgency="medium">
18
<description>
19
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'display',
3
'vala', 'c',
4
- version: '2.2.1'
+ version: '2.2.2'
5
)
6
gettext_name = meson.project_name() + '-plug'
0 commit comments