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 74fcadc commit a7a6b59Copy full SHA for a7a6b59
data/display.appdata.xml.in
@@ -7,7 +7,7 @@
7
<icon type="stock">preferences-desktop-display</icon>
8
<translation type="gettext">display-plug</translation>
9
<releases>
10
- <release version="2.3.3" date="2022-10-19" urgency="medium">
+ <release version="2.3.3" date="2022-10-20" urgency="medium">
11
<description>
12
<p>Minor updates:</p>
13
<ul>
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'display',
3
'vala', 'c',
4
- version: '2.3.2'
+ version: '2.3.3'
5
)
6
gettext_name = meson.project_name() + '-plug'
0 commit comments